Initial commit
parents
No related branches found
No related tags found
Showing
- .dockerignore 5 additions, 0 deletions.dockerignore
- .env 3 additions, 0 deletions.env
- .gitignore 28 additions, 0 deletions.gitignore
- .gitlab-ci.yml 47 additions, 0 deletions.gitlab-ci.yml
- README.md 3 additions, 0 deletionsREADME.md
- deployment/django/Dockerfile 31 additions, 0 deletionsdeployment/django/Dockerfile
- deployment/nginx/Dockerfile 21 additions, 0 deletionsdeployment/nginx/Dockerfile
- deployment/nginx/default.conf 19 additions, 0 deletionsdeployment/nginx/default.conf
- halfpipe/__init__.py 0 additions, 0 deletionshalfpipe/__init__.py
- halfpipe/conf/__init__.py 0 additions, 0 deletionshalfpipe/conf/__init__.py
- halfpipe/conf/asgi.py 16 additions, 0 deletionshalfpipe/conf/asgi.py
- halfpipe/conf/management/commands/install_dependencies.py 63 additions, 0 deletionshalfpipe/conf/management/commands/install_dependencies.py
- halfpipe/conf/settings/base.py 121 additions, 0 deletionshalfpipe/conf/settings/base.py
- halfpipe/models.py 7 additions, 0 deletionshalfpipe/models.py
- halfpipe/templates/base.html 36 additions, 0 deletionshalfpipe/templates/base.html
- halfpipe/templates/index.html 5 additions, 0 deletionshalfpipe/templates/index.html
- halfpipe/templates/snippets/navitem.html 4 additions, 0 deletionshalfpipe/templates/snippets/navitem.html
- halfpipe/tests/test_static_pages.py 8 additions, 0 deletionshalfpipe/tests/test_static_pages.py
- halfpipe/urls.py 24 additions, 0 deletionshalfpipe/urls.py
- halfpipe/views.py 5 additions, 0 deletionshalfpipe/views.py
Loading
Please register or sign in to comment