Simple Django App with User Management, Tailwind CSS, Dockerized Postgres and Poetry
poetry install;
cp .env.template .env;
docker-compose up -d;
make migrate;
make createsuperuser;
docker-compose up -d;make server
make tests
npm run theme:dev
npm run theme:build
aerich init -t app.config.TORTOISE_ORM --location ./app/db/migrations
👤 Vincent Porte
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2022 Vincent Porte.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator