Skip to content

andmaster-one/Rest-polls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Do the following steps:
1. Create folder for virtual environment: mkdir virtual
2. Create virtual environment: python -m venv virtual
3. Go to virtual environment folder: cd virtual
4. Activate virtual environment: read from https://docs.python.org/3/tutorial/venv.html
5. Install requirements: pip install -r requirements.txt
6. Update setting.py and local_setting.py
7. Create migrations: python manage.py makemigrations
8. Make migrations: python manage.py migrate
9. Create superuser python manage.py createsuperuser
9. Run develop server: python manage.py runserver
10. Have a fun

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages