Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
file restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
birbjam committed Oct 22, 2020
1 parent 0f1880f commit e99341c
Show file tree
Hide file tree
Showing 89 changed files with 97 additions and 114 deletions.
3 changes: 2 additions & 1 deletion localcontexts/.env-example → .env-example
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

export PROD_KEY=
export DEBUG_VALUE=

Expand All @@ -10,4 +11,4 @@ export DB_PORT=
export EMAIL_HOST=
export EMAIL_HOST_USER=
export EMAIL_HOST_PASSWORD=
export DEFAULT_FROM-EMAIL=
export DEFAULT_FROM-EMAIL=
99 changes: 95 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,95 @@
/.vscode
/envi
.DS_Store
localcontexts/localcontexts.settings
envi/
.vscode/

staticfiles
# Django #
*.log
*.pot
*.pyc
__pycache__
db.sqlite3
media

# Backup files #
*.bak

# Python #
*.py[cod]
*$py.class

# Distribution / packaging
.Python build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
.pytest_cache/
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# pyenv
.python-version

# celery
celerybeat-schedule.*

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# mkdocs documentation
/site

# mypy
.mypy_cache/

# sftp configuration file
sftp-config.json

# Package control specific files Package
Control.last-run
Control.ca-list
Control.ca-bundle
Control.system-ca-bundle
GitHub.sublime-settings

# Visual Studio Code #
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
92 changes: 0 additions & 92 deletions localcontexts/.gitignore

This file was deleted.

File renamed without changes.
17 changes: 0 additions & 17 deletions localcontexts/api_requirements.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e99341c

Please sign in to comment.