pinax / pinax-messages

a Django app for allowing users of your site to send messages to each other
MIT License
202 stars 58 forks source link

pinax messages error in admin #36

Closed myimages closed 4 years ago

myimages commented 7 years ago

Hi ,

I followed the installation instructions to install pinax messages and I have this error when trying to create a new user in admin.

no such table: account_account

does it require django-user-accounts to be in installed apps ?

I am using django-registration because it is simple , and i want to use pinax-massages because it is also simple and I like to keep things simple.

thank you.

myimages commented 7 years ago

@grahamu

if I remove the url line from my url.py every thing start working in the admin again.

url(r"^messages/", include("pinax.messages.urls", namespace="pinax_messages")),

KatherineMichel commented 4 years ago

Closing issue. Although it would not be required to use django-user-accounts, Pinax apps are already set up to use it. django-registration would have required it's own setup.