Hi,

I'm porting my app from the trunk to Magic Removal.  I've carried out all
the steps at http://code.djangoproject.com/wiki/RemovingTheMagic but I'm
having various problems - I imagine they're all linked to some mistake
I've made somewhere along the line:

 o When I run "manage.py runserver" I get this:

    admin.logentry: 'user' has relation with uninstalled model User
    admin.logentry: 'content_type' has relation with uninstalled model
    ContentType

 o When I log in as my superuser to the admin site, I get "You don't have
   permission to edit anything".

 o When I run "manage.py sqlinitialdata myapp" I get the following output:

     BEGIN;
     COMMIT;

Any ideas?

-- 
Richie Hindle
[EMAIL PROTECTED]



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to