Skip to content

Django + Unfold + Django Ninja, in a layered approach (data, domain, interfaces)

Notifications You must be signed in to change notification settings

GaspardMerten/django_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A modern Django

This package includes Django, Django-ninja, pydantic, and django-unfold.

All of them are already configured to work together.

Setup

1. Create a virtual environment

python3 -m venv venv

2. Activate the virtual environment

source venv/bin/activate

3. Install the requirements

pip install -r requirements.txt

Useful links

Django Admin with Unfold

Documentation: https://github.com/unfoldadmin/django-unfold

About

Django + Unfold + Django Ninja, in a layered approach (data, domain, interfaces)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published