initial commit
parents
Showing
.gitignore
0 → 100644
.travis.yml
0 → 100644
Dockerfile
0 → 100644
README.md
0 → 100644
docker-compose.yml
0 → 100644
docs/index.md
0 → 100644
logs/README.md
0 → 100644
requirements.txt
0 → 100644
requirements/base.txt
0 → 100644
requirements/development.txt
0 → 100644
requirements/production.txt
0 → 100644
src/accounts/__init__.py
0 → 100644
src/accounts/admin.py
0 → 100644
src/accounts/forms.py
0 → 100644
src/accounts/migrations/__init__.py
0 → 100644
src/accounts/models.py
0 → 100644
src/accounts/templates/accounts/login.html
0 → 100644
src/accounts/templates/accounts/signup.html
0 → 100644
src/accounts/tests.py
0 → 100644
src/accounts/urls.py
0 → 100644
src/accounts/views.py
0 → 100644
src/game/__init__.py
0 → 100644
src/game/admin.py
0 → 100644
src/game/apps.py
0 → 100644
src/game/migrations/__init__.py
0 → 100644
src/game/models.py
0 → 100644
src/game/tests.py
0 → 100644
src/game/views.py
0 → 100644
src/lang/__init__.py
0 → 100644
src/lang/admin.py
0 → 100644
src/lang/apps.py
0 → 100644
src/lang/migrations/__init__.py
0 → 100644
src/lang/models.py
0 → 100644
src/lang/tests.py
0 → 100644
src/lang/views.py
0 → 100644
src/manage.py
0 → 100644
src/media/default_profile.png
0 → 100644
14.1 KB
1008 Bytes
src/profiles/__init__.py
0 → 100644
src/profiles/admin.py
0 → 100644
src/profiles/apps.py
0 → 100644
src/profiles/forms.py
0 → 100644
src/profiles/migrations/0001_initial.py
0 → 100644
src/profiles/migrations/__init__.py
0 → 100644
src/profiles/models.py
0 → 100644
src/profiles/signals.py
0 → 100644
src/profiles/tests.py
0 → 100644
src/profiles/urls.py
0 → 100644
src/profiles/views.py
0 → 100644
src/static/bootstrap/css/bootstrap.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/static/bootstrap/css/bootstrap.min.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File added
File added
File added
src/static/bootstrap/js/bootstrap.js
0 → 100644
src/static/bootstrap/js/bootstrap.min.js
0 → 100644
src/static/site/css/main.css
0 → 100644
src/static/site/ico/favicon.ico
0 → 100644
File added
src/static/site/img/banner.jpg
0 → 100644
118 KB
src/static/site/img/logo-big.png
0 → 100644
8.92 KB
src/static/site/img/logo.png
0 → 100644
535 Bytes
src/static/site/js/site.js
0 → 100644
src/templates/_brandname.html
0 → 100644
src/templates/_navbar.html
0 → 100644
src/templates/about.html
0 → 100644
src/templates/admin/admin_title.html
0 → 100644
src/templates/admin/base_site.html
0 → 100644
src/templates/base.html
0 → 100644
src/templates/home.html
0 → 100644
src/templates/registration/logged_out.html
0 → 100644
src/wugsy/__init__.py
0 → 100644
src/wugsy/logger.py
0 → 100644
src/wugsy/settings/__init__.py
0 → 100644
src/wugsy/settings/base.py
0 → 100644
src/wugsy/settings/development.py
0 → 100644
src/wugsy/settings/local.sample.env
0 → 100644
src/wugsy/settings/production.py
0 → 100644
src/wugsy/urls.py
0 → 100644
src/wugsy/views.py
0 → 100644
src/wugsy/wsgi.py
0 → 100644