Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T02:15:27.000Z (about 2 years ago)
- Last Synced: 2023-10-04T18:07:23.181Z (about 1 year 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.pypython manage startapp
python manage makemigrations
python manage migrate
=============================
python debbugerimport pdb
pdb.set_trace()python manage createsuperuser
anibulus
wicho123