Re: I don't understand this error - Django 1.9

2016-03-04 Thread Luis Zárate
Do not use the same name of the project in your apps. It is possible to do what you are doing but really needs comprehension of how python works and you need to do extra work to get ready. So my remendation is: start a clean project with other name and copy you app folder. Put attention in what f

Re: I don't understand this error - Django 1.9

2016-03-04 Thread Alex Heyden
If you get longer stacktraces back, those might help in identifying what exactly is going wrong. As a first pass cleanup, try: * remove 'ladynerds' from the bottom of INSTALLED_APPS. You're already including it up top * change __init__.py to read "default_app_config = 'ladynerds.apps.LadyNerdsConf