Implemented dajax and moved models to media rather than static
This commit is contained in:
parent
88fe7b7e79
commit
59bab5fc10
106 changed files with 12547 additions and 12 deletions
10
manage.py
Normal file
10
manage.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env python
|
||||
import os
|
||||
import sys
|
||||
|
||||
if __name__ == "__main__":
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings")
|
||||
|
||||
from django.core.management import execute_from_command_line
|
||||
|
||||
execute_from_command_line(sys.argv)
|
||||
Loading…
Add table
Add a link
Reference in a new issue