First off, I am new to both django and python.
I am working on an existing project that is using django-guardian 1.3.2
There are existing admin.py files, which load just fine.
#!/usr/bin/env python
# coding: utf-8
from guardian.admin import GuardedModelAdmin
from django.contrib import admin
fr
First off, I am new to both django and python.
I am extending an existing app. We have several admin.py files
They all look like this:
#!/usr/bin/env python
# coding: utf-8
from guardian.admin import GuardedModelAdmin
from django.contrib import admin
from devices import models
class SomeMode
There is a folder called guardian_migrations
--
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 django-users+unsubscr...@googlegroups.com.
To post to this group, se
As it turns out, there was a guardian folder on the target server.
--
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 django-users+unsubscr...@googlegroups.com.
To
4 matches
Mail list logo