- Create A virtual environment
virtualenv venv
- Run
source venv/bin/activate
to activate the virtual environment - Run
pip install -r requirements.txt
To install all packages required by the project - Run
python manage.py runserver
to check whether you have configured the project correctly and that all required dependencies have been installed. - Run
python manage.py makemigrations
to create a database. - Run
python manage.py migrate
to save changes to database. - Now write your code
-
Notifications
You must be signed in to change notification settings - Fork 0
From the net ninja
VinCoD/Blog
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
From the net ninja
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published