- Create A virtual environment
virtualenv venv - Run
source venv/bin/activateto activate the virtual environment - Run
pip install -r requirements.txtTo install all packages required by the project - Run
python manage.py runserverto check whether you have configured the project correctly and that all required dependencies have been installed. - Run
python manage.py makemigrationsto create a database. - Run
python manage.py migrateto save changes to database. - Now write your code
VinCoD/Blog
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|