$ pip install pre-commit
$ pre-commit install
to test:
$ pre-commit run --all-files
$ docker-compose up --build
Then access at http://localhost/
.
$ docker-compose up -d db redis
$ cd web
$ python3 manage.py migrate
$ python3 manage.py loaddata test-user.json
$ python3 manage.py runserver
You can then login with the credentials testuser
:testuser
pipdeptree | grep -P '^\w+' > web/requirements.txt
sass source/stylesheets/index.scss build/stylesheets/index.css --style compressed
$FilePath$ $FileNameWithoutExtension$.css --style compressed
(intelij)
$ python3 manage.py makemigrations
kubectl create secret generic idmyteam --from-env-file .env
helm upgrade idmyteam maxisme/staticweb --install -f 'helm/django-values.yml'
- Already in use username when signing up
- Already in use email when signing up