Skip to content

Integrate Pydantic with Django (django-ninja approach).

Notifications You must be signed in to change notification settings

duplxey/django-with-ninja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django with Pydantic (django-ninja)

Want to learn how to build this?

Check out the post.

Want to use this project?

  1. Fork/Clone

  2. Create and activate a virtual environment:

    $ python3.11 -m venv venv && source venv/bin/activate
  3. Install the requirements:

    (venv)$ pip install -r requirements.txt
  4. Apply the migrations:

    (venv)$ python manage.py migrate
  5. Run the server:

    (venv)$ python manage.py runserver

About

Integrate Pydantic with Django (django-ninja approach).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages