complete registration and setup the project
parents
Showing
app/accounts/__init__.py
0 → 100644
app/accounts/admin.py
0 → 100644
app/accounts/apps.py
0 → 100644
app/accounts/forms.py
0 → 100644
app/accounts/models.py
0 → 100644
app/accounts/tests.py
0 → 100644
app/accounts/urls.py
0 → 100644
app/accounts/views.py
0 → 100644
app/core/__init__.py
0 → 100644
app/core/asgi.py
0 → 100644
app/core/settings.py
0 → 100644
app/core/urls.py
0 → 100644
app/core/wsgi.py
0 → 100644
app/db.sqlite3
0 → 100644
File added
app/manage.py
0 → 100755
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
app/static/css/styles.css
0 → 100644
358 KB
app/templates/base.html
0 → 100644
app/templates/index.html
0 → 100644
409 KB
app/web/__init__.py
0 → 100644
app/web/admin.py
0 → 100644
app/web/apps.py
0 → 100644
app/web/models.py
0 → 100644
app/web/tests.py
0 → 100644
app/web/views.py
0 → 100644