Advertisement
Guest User

Untitled

a guest
Jan 26th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Read.me
  2.  
  3. To deploy the server:
  4. 1) Install Django 1.11
  5. 2) go to the sportsday directory.
  6. 3) python manage.py runserver
  7.  
  8.  
  9.  
  10. ------------------------------------
  11. sportsday/sportsday/urls.py --> contains MAIN URLs
  12. sportsday/sports/urls.py --> contains sub urls for sports directory.
  13. view.py --> contains the views.
  14. forms.py --> contains the register model
  15. /templates contains the layout template for index,register and signup
  16.  
  17.  
  18. /admin --> link to admin panel...
  19.  
  20. username: abhi
  21. password: lol123lol
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement