Fooling around with django tutorial, only instead of a polls app, I made a fic one.
Currently working off of the polls tutorial in the official Django docs. About to start on part 3.
- Modified base site
- changed timezone
- changed database name
- run initial db migration
- setup urls.py to point to
ficandadmin
- Added
ficapp- added
FanficandLinkmodels - registered above models in admin.py
- added a simple
indexview - pointed to
indexview in fic\urls.py - run initial db migrations that include the new models
- added a little test data via django's db api
- added
- add modified django install files to repo
- make quick list of important stuff I've already done as part of the tutorial
- include admin user details