https://github.com/ruben890/-python-django-crud-django-myql
CRUD echo en Django, Bootstrap, HTML, CSS, y MySQL
https://github.com/ruben890/-python-django-crud-django-myql
bootstrap crud css django html python
Last synced: 4 months ago
JSON representation
CRUD echo en Django, Bootstrap, HTML, CSS, y MySQL
- Host: GitHub
- URL: https://github.com/ruben890/-python-django-crud-django-myql
- Owner: Ruben890
- License: epl-2.0
- Created: 2022-10-05T01:45:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T19:10:42.000Z (over 3 years ago)
- Last Synced: 2025-03-24T01:38:26.958Z (over 1 year ago)
- Topics: bootstrap, crud, css, django, html, python
- Language: HTML
- Homepage:
- Size: 30.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# -Crud (Funciones básicas en bases de datos o la capa de persistencia en un software)
crud Funciones básicas en bases de datos o la capa de persistencia en un software creado con:
Python/Django html, css, Bootstrap y mysql
generar una clave secreta para Django
$ python -c 'from django.core.management.utils import get_random_secret_key; imprimir (obtener_clave_secreta_aleatoria())
[](https://postimg.cc/vcyfqCjX)