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
fic
andadmin
- Added
fic
app- added
Fanfic
andLink
models - registered above models in admin.py
- added a simple
index
view - pointed to
index
view 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