I have hit a snag and reading the relevant ticket has left me none the wiser....
RuntimeError: Conflicting 'category' models in application 'smartpages': <class 'jadeempire.smartpages.models.Category'> and <class 'smartpages.models.Category'>. this is the structure jade - directories( apache2, bin, jadeempire, lib jadeempire - directories(jadeempire) files(manage.py) jadeempire - directories(various apps) files(__init__.py, cp.py, settings.py, urls.py, wsgi.py) >>> import sys >>> print(sys.path) ['/home/jones124/webapps/jade/jadeempire', '/home/jones124/webapps/jade/lib/python2.7/Django-1.7.1-py2.7.egg', '/home/jones124/webapps/jade/lib/python2.7', '/home/jones124/lib/python2.7', '/usr/local/lib/python27.zip', '/usr/local/lib/python2.7', '/usr/local/lib/python2.7/plat-linux2', '/usr/local/lib/python2.7/lib-tk', '/usr/local/lib/python2.7/lib-old', '/usr/local/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/site-packages', '/usr/local/lib/python2.7/site-packages/PIL'] I kind of understand that that the model is being addressed twice and under 1.7 that is now forbidden but where and how I do not know, any help much appreciated -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/68251a24-e6b8-4b18-998f-fc1d8436f81a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

