Created
March 23, 2015 17:49
-
-
Save calebsmith/98697ccc5ad81c103b1c to your computer and use it in GitHub Desktop.
Django Sports App Project Steps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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