Showing
76 changed files
with
1349 additions
and
0 deletions
.gitignore
0 → 100644
env/bin/activate
0 → 100644
env/bin/activate.csh
0 → 100644
env/bin/activate.fish
0 → 100644
env/bin/autopep8
0 → 100755
env/bin/django-admin
0 → 100755
env/bin/django-admin.py
0 → 100755
env/bin/easy_install
0 → 100755
env/bin/easy_install-3.6
0 → 100755
env/bin/pip
0 → 100755
env/bin/pip3
0 → 100755
env/bin/pip3.6
0 → 100755
env/bin/pycodestyle
0 → 100755
env/bin/pygmentize
0 → 100755
env/bin/python
0 → 120000
env/bin/python3
0 → 120000
env/bin/sqlformat
0 → 100755
env/lib64
0 → 120000
env/pyvenv.cfg
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
manage.py
0 → 100755
quickstart/__init__.py
0 → 100644
File mode changed
quickstart/admin.py
0 → 100644
quickstart/apps.py
0 → 100644
quickstart/migrations/__init__.py
0 → 100644
File mode changed
quickstart/models.py
0 → 100644
quickstart/serializers.py
0 → 100644
quickstart/tests.py
0 → 100644
quickstart/views.py
0 → 100644
requirements.txt
0 → 100644
run
0 → 100644
snippets/__init__.py
0 → 100644
File mode changed
snippets/admin.py
0 → 100644
snippets/apps.py
0 → 100644
snippets/migrations/0001_initial.py
0 → 100644
snippets/migrations/__init__.py
0 → 100644
File mode changed
snippets/models.py
0 → 100644
snippets/permissions.py
0 → 100644
snippets/serializers.py
0 → 100644
snippets/serializers1Serial.py
0 → 100644
snippets/serializers4auth.py
0 → 100644
snippets/tests.py
0 → 100644
snippets/urls.py
0 → 100644
snippets/urls12345.py
0 → 100644
snippets/urlsExplicitly.py
0 → 100644
snippets/views.py
0 → 100644
snippets/views1Serial.py
0 → 100644
snippets/views2Request.py
0 → 100644
snippets/views3Class.py
0 → 100644
tutorial/__init__.py
0 → 100644
File mode changed
tutorial/asgi.py
0 → 100644
tutorial/settings.py
0 → 100644
tutorial/urls.py
0 → 100644
tutorial/wsgi.py
0 → 100644
-
Please register or login to post a comment