django-elsewhere
django-elsewhere copied to clipboard
Edit and display links to your online social network profiles.
After upgrading to Django 1.3 you'll see this: ImproperlyConfigured: The model Network is abstract, so it cannot be registered with admin. I worked around this problem by commenting out this...
Granted, I found this while trying to deploy mightylemon, but I figured it belonged here. I get an error when trying to syncdb on mightylemon using postgresql. If I comment...
In elsewhere.urls line 1, the import statement is "import settings". I believe this should be from django.conf import settings to save me when I don't have settings on my python...