Django & Flowbite/Tailwind Starter
Minimal Django starter that uses Flowbite/Tailwind for styling and Vite as builder tool.
- Support: https://app-generator.dev/
- Django & Flowbite/Tailwind - Integration Guide
π Download the code
$ git clone https://github.com/app-generator/docs-django-daisy-ui.git
$ cd docs-django-daisy-ui
π Install modules via
VENV
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
π Set Up Database
$ python manage.py makemigrations
$ python manage.py migrate
π Compile Flowbite/Tailwind
$ yarn
$ yarn dev # development
$ yarn build # production
π Start the app
$ python manage.py runserver
At this point, the app runs at http://127.0.0.1:8000/
.
Django & Flowbite/Tailwind- Minimal Django core provided by App-Generaror