-
Hello,
I have a requirements.txt file to install python related packages, and inside I have got your (great) app.
But, when I run pip install -r requirements.txt, I get :
```
File "/srv/brahms/.vi…
-
Problem was found when using:
Django 1.4b
Filer 0.9a1
There seems to be no attribute 'root_path' in AdminSite anymore (see: https://code.djangoproject.com/changeset/16575) but it is used in filer/a…
-
When i try to login using guest the page redirects to Django error page saying
no such table: django_session
-
Hello!
Django 1.3 is here - it would be really nice if we could use Djeneralization with that version.
I've used code sample from http://packages.python.org/djeneralize/introduction.html.
>>&…
-
We need better docs on
1. How to integrate it with existing Djnago sites.
2. Hoe to test things.
-
setup.py is missing a django dependency, thus install via buildout throws:
```
ImportError: No module named django.utils.functional
```
Uncommenting line 9 in setup.py
```
Distribution({
"setup…