Skip to content

Instantly share code, notes, and snippets.

@calebsmith
Created March 23, 2015 17:49
Show Gist options
  • Save calebsmith/98697ccc5ad81c103b1c to your computer and use it in GitHub Desktop.
Save calebsmith/98697ccc5ad81c103b1c to your computer and use it in GitHub Desktop.
Django Sports App Project Steps
1. Project structure ( mkvirtualenv, startproject, startapp)
2. commit
3. Models - makemigrations, migrate
4. Admin
5. Enter in example data.
6. Views, Urls, a skeleton of templates. (extends base.html)
7. Commit
8. Templates (focus on variables)
9. Commit
Back-end done.
10. Add bootstrap, jquery (look at newschool add-boostrap branch)
11. Commit
12. Prettify (Actual markup you want and add CSS)
13. Commit and repeat 12.
Front-end done.
14. Bonus polish ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment