An open API service indexing awesome lists of open source software.

https://github.com/carloocchiena/django_sandbox

Actually just a sandbox for testing some Django Templates, Model, Views and Forms.
https://github.com/carloocchiena/django_sandbox

django django-framework django-project python pythonwebapp pythonwebframeworks webapp

Last synced: 9 months ago
JSON representation

Actually just a sandbox for testing some Django Templates, Model, Views and Forms.

Awesome Lists containing this project

README

          

# django sandbox
Actually just a sandbox for testing some Django Templates, Model, Views and Forms.

I'll be using for a deeper project I'll be starting soon.

DB Queries: https://docs.djangoproject.com/en/4.0/topics/db/queries/


Validators: https://docs.djangoproject.com/en/4.0/ref/validators/


Model Forms: https://docs.djangoproject.com/en/4.0/topics/forms/modelforms/