Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1.  
  2. 1st step:
  3. --------------
  4.  
  5. virtualenv venv
  6. pip3 install virtualenv
  7. virtualenv -p python3 venv
  8. source venv/bin/activate
  9. pip install -r requirements.txt
  10. python manage.py runserver
  11.  
  12. -----------
  13. 2nd step:
  14. -----------
  15.  
  16. ** click in pycharm tool option-> "Run manage.py task"
  17.  
  18. makemigrations
  19. migrate
  20. createsuperuser
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement