Skip to content

Commit 4bd6f66

Browse files
committed
first commit
0 parents  commit 4bd6f66

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+18005
-0
lines changed

db.sqlite3

140 KB
Binary file not shown.

db.sqlite3.db

Whitespace-only changes.

main

Whitespace-only changes.

main.db

Whitespace-only changes.

manage.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/usr/bin/env python
2+
import os
3+
import sys
4+
5+
if __name__ == "__main__":
6+
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "mysite.settings")
7+
try:
8+
from django.core.management import execute_from_command_line
9+
except ImportError as exc:
10+
raise ImportError(
11+
"Couldn't import Django. Are you sure it's installed and "
12+
"available on your PYTHONPATH environment variable? Did you "
13+
"forget to activate a virtual environment?"
14+
) from exc
15+
execute_from_command_line(sys.argv)

mysite/__init__.py

Whitespace-only changes.
120 Bytes
Binary file not shown.
2.24 KB
Binary file not shown.
986 Bytes
Binary file not shown.
521 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)