Skip to content
Snippets Groups Projects
Select Git revision
0 results

views.py

  • James Smith's avatar
    c60a8ab4
    changed entrypoint port to new port. Added forms.py for custom... · c60a8ab4
    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
    c60a8ab4
    History
    changed entrypoint port to new port. Added forms.py for custom...
    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