Skip to content

resent02/django-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-blog

How to install and run

Create virtual environment

python -m venv env

Activate environment . ./env/bin/activate

Install all requirements

pip install -r requirements.txt

Then create .env file where manage.py places

At least write in .env SECRET_KEY="Your_key" and to start development server python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published