Restructured django_polymorphic into a regular add-on application.

This is needed for the management commands, and also seems
to be a generally good idea for future viablity as well.
Also misc documentation updates.
This commit is contained in:
Bert Constantin
2010-01-29 00:41:54 +01:00
parent dd84e911d0
commit 8bdda93e76
22 changed files with 306 additions and 202 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
rm /var/tmp/django-polymorphic-test-db.sqlite3
./manage.py syncdb