8bdda93e76
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.
6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm /var/tmp/django-polymorphic-test-db.sqlite3
|
|
./manage.py syncdb
|
|
|