Skip to content

changed entrypoint port to new port. Added forms.py for custom...

James Smith requested to merge James into main

changed entrypoint port to new port. Added forms.py for custom forms(login/registration), briefly fiddled with models.py to implement different user levels - non-functional currently so commented all code out. Updated urls in _base.html. Implemented forms in login and registration. updated urls to work correctly with new url names. added user creation/login code to views.py, added redirect url to settings to utilise redirects upon account creation/login. Removed all references to 'login' to prevent clashing with built in django login() function throughout the entire project

Merge request reports

Loading