Skip to content

app-generator/docs-django-flowbite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f43ec3b Β· Feb 19, 2025

History

4 Commits
Feb 19, 2025
Feb 19, 2025
Feb 19, 2025
Feb 19, 2025
Feb 19, 2025
Feb 19, 2025
Feb 19, 2025
Feb 19, 2025
Feb 19, 2025
Feb 19, 2025
Feb 19, 2025
Feb 19, 2025
Feb 19, 2025
Feb 19, 2025
Feb 19, 2025
Feb 19, 2025
Feb 19, 2025
Feb 19, 2025
Feb 19, 2025
Feb 19, 2025
Feb 19, 2025

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