https://github.com/anibulus/example-django
Uso de Django en python 3 con uso de templates e imagenes estaticas
https://github.com/anibulus/example-django
django django-rest-framework python-3 static template
Last synced: 26 days ago
JSON representation
Uso de Django en python 3 con uso de templates e imagenes estaticas
- Host: GitHub
- URL: https://github.com/anibulus/example-django
- Owner: Anibulus
- Created: 2022-11-15T02:14:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T02:15:27.000Z (over 3 years ago)
- Last Synced: 2025-08-29T06:45:57.042Z (10 months ago)
- Topics: django, django-rest-framework, python-3, static, template
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
djano-admin startproject
para ver que comanos se puedej ejecutar
python manage.py
python manage startapp
python manage makemigrations
python manage migrate
=============================
python debbuger
import pdb
pdb.set_trace()
python manage createsuperuser
anibulus
wicho123