Skip to content

app-generator/docs-django-flowbite

Repository files navigation

Minimal Django starter that uses Flowbite/Tailwind for styling and Vite as builder tool.


Deploy on Render (free plan)

Deploy to Render


Manual Build

👉 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