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.