duplxey / django-with-pydantic

Integrate Pydantic with Django (djantic approach).

Repository from Github https://github.comduplxey/django-with-pydanticRepository from Github https://github.comduplxey/django-with-pydantic

Django with Pydantic (djantic)

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 (djantic approach).


Languages

Language:Python 100.0%