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 runserverAt this point, the app runs at http://127.0.0.1:8000/.
Django & Flowbite/Tailwind- Minimal Django core provided by App-Generaror