Skip to content

Commit f0a2b44

Browse files
committed
redirect issue left.
0 parents  commit f0a2b44

File tree

1,704 files changed

+240727
-0
lines changed

Some content is hidden

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

1,704 files changed

+240727
-0
lines changed

Data for the Google API

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
client id:768856011390-e6mlm3j8uompfqlm56eoo86e5gm80ipj.apps.googleusercontent.com
2+
secret key: 7qyKIxyBCCNXBPSBQg3aMiAN

db.sqlite3

236 KB
Binary file not shown.

manage.py

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#!/usr/bin/env python
2+
import os
3+
import sys
4+
5+
if __name__ == "__main__":
6+
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "qrious.settings")
7+
try:
8+
from django.core.management import execute_from_command_line
9+
except ImportError:
10+
# The above import may fail for some other reason. Ensure that the
11+
# issue is really that Django is missing to avoid masking other
12+
# exceptions on Python 2.
13+
try:
14+
import django
15+
except ImportError:
16+
raise ImportError(
17+
"Couldn't import Django. Are you sure it's installed and "
18+
"available on your PYTHONPATH environment variable? Did you "
19+
"forget to activate a virtual environment?"
20+
)
21+
raise
22+
execute_from_command_line(sys.argv)
155 Bytes
Binary file not shown.
292 Bytes
Binary file not shown.

myapp/__pycache__/apps.cpython-36.pyc

500 Bytes
Binary file not shown.
1.49 KB
Binary file not shown.
745 Bytes
Binary file not shown.

myapp/__pycache__/urls.cpython-36.pyc

971 Bytes
Binary file not shown.
4.64 KB
Binary file not shown.

0 commit comments

Comments
 (0)