Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 286 Bytes

File metadata and controls

7 lines (5 loc) · 286 Bytes

These are the backend files

URLs to be mapped will be defined in urls.py using regex eg. url(r^'$',view_name)

Models to be mapped onto databases are in the models.py file of the respective apps. Forms mapped to databases will inherit ModelForm...found in forms.py. Views in views.py.