dsa-ntc / actionkit-template-renderer

ActionKit template utilities (MoveOn fork)
MIT License
2 stars 0 forks source link

Configure the app with django #19

Closed icemoon4 closed 9 months ago

icemoon4 commented 10 months ago

Created a fresh Django app (copied in some of the old files in case we still need those). Configured the DATABASE settings to connect to Robotic Dogs. Used inspectdb to copy the database tables into a models.py file. Reorganized the file and made adjustments required for the Django server to start and be able to query tables. Used black and isort to format the python files.

swoopej commented 10 months ago

settings.py changes look good to me

schlich commented 9 months ago

@icemoon4 feel free to do the honors if you're good with the PR!