Skip to content
Snippets Groups Projects

Refactor

Merged Jan Maximilian Michal requested to merge refactor into master
7 files
+ 96
79
Compare changes
  • Side-by-side
  • Inline
Files
7
  • 047735d6
    - the forntend will now be part of the main image since its static
    anyway
    - The frontend has a testing stage
    - reorganized .gitignore files
    - docker-compose works as expected
     - serving api on 8000
     - serving frontend on 8080
+ 27
0
# python specific
*.egg-info
*.pot
*.py[co]
.tox/
__pycache__
MANIFEST
.coverage
cache/
# Django specific
dist/
docs/_build/
docs/locale/
tests/coverage_html/
tests/.coverage
build/
tests/report/
*.sqlite3
static/
# project specific
env-grady/
env/
scripts/
*.csv
.importer*
Loading