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.
- Host: GitHub
- URL: https://github.com/carloocchiena/django_sandbox
- Owner: carloocchiena
- License: mit
- Created: 2022-01-14T11:25:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T18:25:34.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T15:15:20.904Z (11 months ago)
- Topics: django, django-framework, django-project, python, pythonwebapp, pythonwebframeworks, webapp
- Language: Python
- Homepage:
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/