I'm following some video lessons about Django to make some changes in a project started some time by someone else. However, starting a new app in this project with the
django-admin start app mad
files are created: __init__.py
, models.py
, testes.py
and views.py
, but not admin.py
.
My version of Django is 1.3.4 and Python 2.7
What to do in this case? Can I create the file manually, or is there anything wrong with the settings?