HomeHub · Local dev starter

A simple Django
landing page for HomeHub

You now have a minimal Django project wired up. Use this screen as a starting point to plug in authentication, dashboards, or any other HomeHub features.

Django Ready for `runserver` SQLite Local DB included Debug DEBUG=True (dev only)

Stack

Django 5 SQLite Tailwind-inspired styling Single landing view

Next steps

1
Install dependencies.
In your virtualenv: pip install -r requirements.txt.
2
Apply migrations.
Run python manage.py migrate to set up the local database.
3
Start the server.
Run python manage.py runserver and visit http://127.0.0.1:8000/.