PyCharm does not create admin.py in new Django project
After I created new Django project (with "Enable Django admin" checkbox was checked) file admin.py was not created.
String "# url(r'^admin/', include(admin.site.urls))," in urls.py was not uncommented.
What may be the reason for that? (Windows 7, PyCharm 1.5.3)
Please sign in to leave a comment.