Welcome! This is the official base repository for Djanx-based projects. It's designed to be forked and customized without modifying the main
branch.
If you've already forked this repository, follow these steps to personalize your version:
-
Create a
.dashboard
folder in the root of your fork.
Add your ownREADME.md
inside.dashboard
. -
To customize the backend:
Create adashboard/
folder inside thebackend/
directory and add your code there. -
To customize the web frontend:
Create adashboard/
folder inside theweb/app/
directory for your web frontend changes.
This setup allows you to:
- Keep your custom code and documentation separate
- Safely pull updates from this base project
- Maintain a clear structure between base and custom logic
📄 See .dashboard/README.md
for your custom project documentation.
💡 Use the
.dashboard
,frontend/app/dashboard
, andbackend/dashboard
folders to add your own code without rewriting the upstream files.