first commit
parents
Showing
.idea/.gitignore
0 → 100644
.idea/firstTry.iml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
Pipfile
0 → 100644
Pipfile.lock
0 → 100644
db.sqlite3
0 → 100644
firstTry/__init__.py
0 → 100644
File added
File added
File added
File added
firstTry/asgi.py
0 → 100644
firstTry/settings.py
0 → 100644
firstTry/urls.py
0 → 100644
firstTry/wsgi.py
0 → 100644
manage.py
0 → 100755
polls/__init__.py
0 → 100644
File added
File added
File added
File added
File added
File added
polls/admin.py
0 → 100644
polls/apps.py
0 → 100644
polls/migrations/__init__.py
0 → 100644
File added
File added
polls/models.py
0 → 100644
921 KB
polls/static/polls/style.css
0 → 100644
polls/tests.py
0 → 100644
polls/urls.py
0 → 100644
polls/views.py
0 → 100644
prodcat/__init__.py
0 → 100644
File added
File added
File added
File added
File added
File added
File added
prodcat/admin.py
0 → 100644
prodcat/apps.py
0 → 100644
prodcat/forms.py
0 → 100644
File added
File added
prodcat/models.py
0 → 100644
prodcat/tests.py
0 → 100644
prodcat/urls.py
0 → 100644
prodcat/views.py
0 → 100644