diff options
author | Jesús <heckyel@hyperbola.info> | 2018-10-11 12:33:40 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-10-11 12:33:40 -0500 |
commit | 932fd81b908c9c91c53a99085784599f535fbf24 (patch) | |
tree | b94500a20e771a3844bdbad81741fdf0122e9f95 /core/admin.py | |
download | personal-site-932fd81b908c9c91c53a99085784599f535fbf24.tar.lz personal-site-932fd81b908c9c91c53a99085784599f535fbf24.tar.xz personal-site-932fd81b908c9c91c53a99085784599f535fbf24.zip |
Initial commit
Diffstat (limited to 'core/admin.py')
-rw-r--r-- | core/admin.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/admin.py b/core/admin.py new file mode 100644 index 0000000..8c38f3f --- /dev/null +++ b/core/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. |