From 6d2db4e6df491fa1ab285952888269d06785ad64 Mon Sep 17 00:00:00 2001 From: tilak Date: Tue, 7 Jan 2020 12:20:53 +0530 Subject: [PATCH] project initialized --- .idea/misc.xml | 7 + .idea/workspace.xml | 63 +++++++++ db.sqlite3 | 0 manage.py | 21 +++ polling/__init__.py | 0 polling/__pycache__/__init__.cpython-37.pyc | Bin 0 -> 142 bytes polling/__pycache__/settings.cpython-37.pyc | Bin 0 -> 2260 bytes polling/__pycache__/urls.cpython-37.pyc | Bin 0 -> 976 bytes polling/__pycache__/wsgi.cpython-37.pyc | Bin 0 -> 545 bytes polling/asgi.py | 16 +++ polling/settings.py | 120 ++++++++++++++++++ polling/urls.py | 22 ++++ polling/wsgi.py | 16 +++ templates/home.html | 11 ++ wordcount/__init__.py | 0 wordcount/__pycache__/__init__.cpython-37.pyc | Bin 0 -> 144 bytes wordcount/__pycache__/views.cpython-37.pyc | Bin 0 -> 359 bytes wordcount/admin.py | 3 + wordcount/apps.py | 5 + wordcount/migrations/__init__.py | 0 wordcount/models.py | 3 + wordcount/tests.py | 3 + wordcount/views.py | 7 + 23 files changed, 297 insertions(+) create mode 100644 .idea/misc.xml create mode 100644 .idea/workspace.xml create mode 100644 db.sqlite3 create mode 100755 manage.py create mode 100644 polling/__init__.py create mode 100644 polling/__pycache__/__init__.cpython-37.pyc create mode 100644 polling/__pycache__/settings.cpython-37.pyc create mode 100644 polling/__pycache__/urls.cpython-37.pyc create mode 100644 polling/__pycache__/wsgi.cpython-37.pyc create mode 100644 polling/asgi.py create mode 100644 polling/settings.py create mode 100644 polling/urls.py create mode 100644 polling/wsgi.py create mode 100644 templates/home.html create mode 100644 wordcount/__init__.py create mode 100644 wordcount/__pycache__/__init__.cpython-37.pyc create mode 100644 wordcount/__pycache__/views.cpython-37.pyc create mode 100644 wordcount/admin.py create mode 100644 wordcount/apps.py create mode 100644 wordcount/migrations/__init__.py create mode 100644 wordcount/models.py create mode 100644 wordcount/tests.py create mode 100644 wordcount/views.py diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..452f5a4 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..ca316b5 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + +