Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 30, 2019 23:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/b97997a0aaf83fe0ab5dca4d281cb7ee to your computer and use it in GitHub Desktop.
Save parzibyte/b97997a0aaf83fe0ab5dca4d281cb7ee to your computer and use it in GitHub Desktop.
from django.contrib import admin
from .models import Gasto # Importar nuestro modelo
# Register your models here.
# Registrarlo dentro de admin:
admin.site.register(Gasto)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment