400d0f1b9c7ce8d9835b3935de3a71b97af29127
Install
make docker.recreate.django
make run.loaddata
make run.server
Now open:
http://ccstech.localhost
Gulp
npm i
Run.
gulp dev
Tools
Lint
make lint
Formatear
make format
Recrear imagen de Django
make docker.recreate.django
Hacer una nueva migración después de cambiar un model.
make makemigrations
Migrar
make run.migrate
Cargar data mínima.
make run.loaddata
Generar data de desarrollo.
make run.loaddata.test
Other domains
- Caddy:
http://ccstech.localhost
. - Gulp:
http://ccstech.localhost:3000
. - Django:
http://ccstech.localhost:8000
. - Mailhog:
http://ccstech.localhost:8025
.
Bash Django
docker exec -it ccstech_django_1 bash
Run production
docker-compose -f docker-compose.pro.yaml up
Open https://ccstech.io
.
Description
Languages
Python
34.7%
Sass
21.9%
HTML
16.9%
JavaScript
12.4%
Makefile
7.4%
Other
6.7%