'django.middleware.locale.LocaleMiddleware',
)
-ROOT_URLCONF = 'sandbox_sqlite.urls'
+ROOT_URLCONF = 'sandbox.urls'
TEMPLATE_DIRS = (
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
admin.site.register(Format, FormatAdmin)
admin.site.register(User, UserProfileAdmin)
+
+admin.site.register(PublisherCollection)
\ No newline at end of file
class Meta(MetaCore):
db_table = 'profiles'
- permissions = (("cannot_view_users_and_profiles", "Cannot view other users and any profile"),)
+ permissions = (("can_not_view_users_and_profiles", "Cannot view other users and any profile"),)
class Criteria(ModelCore):