Plataforma de exposición y ventas de los packs de las líneas de Zalon Design. Con un backoffice para poder cargar packs y tener info de rendimiento.
- Backend:
- Django
- Django CKEditor 5: for rich text editing
- Django
- Frontend:
- Django Templates
- JavaScript
- Splide.js: for carousels.
- CSS for styling
- Bulma CSS Framework: for general styling - We use Bulma with the help of django-simple-bulma (Better than django-bulma in our opinion)
- Lineicons: for icons
- Some CSS files for custom styling. One for general rules directly in staticfiles and another others in every app directory that needs it.
docker compose up
You'll get the app running on http://localhost:8000
docker compose exec web python manage.py makemigrations
docker compose exec web python manage.py migrate
docker compose exec web python manage.py collectstatic
You can see more about the way we work in Falcode here