Skip to content

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.

Notifications You must be signed in to change notification settings

falcodeuy/zalon-design

Repository files navigation

zalon design logo

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.

Website here

Tech stack

  • Backend:
  • Frontend:
    • Django Templates
    • JavaScript
    • 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.

Run the project

docker compose up

You'll get the app running on http://localhost:8000

Make and apply migrations

docker compose exec web python manage.py makemigrations
docker compose exec web python manage.py migrate

Run collectstatic

docker compose exec web python manage.py collectstatic

You can see more about the way we work in Falcode here

falcode logo

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published