Select Git revision
-
James Smith authored
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
James Smith authoredchanged 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