• Almira Redoble's avatar
    Implemented add new widget user page. Firstly, created forms.py and wrote... · 39e509fa
    Almira Redoble authored
    Implemented add new widget user page. Firstly, created forms.py and wrote class UserForm so that css styling can be applied to the form. Forms.py was imported into views.py so that UserForm may be passed into the form_class attribute of the newly created CreateView, UserCreateView. This view was then linked to widgetuser-add.html, which was created afterwards. The appropriate path was added to urls.py.
    39e509fa
Name
Last commit
Last update
..
__pycache__ Loading commit data...
migrations Loading commit data...
templates Loading commit data...
__init__.py Loading commit data...
admin.py Loading commit data...
apps.py Loading commit data...
forms.py Loading commit data...
models.py Loading commit data...
tests.py Loading commit data...
urls.py Loading commit data...
views.py Loading commit data...