10 lines
151 B
Python
10 lines
151 B
Python
# -*- encoding: utf-8 -*-
|
|
"""
|
|
License: MIT
|
|
Copyright (c) 2019 - present AppSeed.us
|
|
"""
|
|
|
|
from django.contrib import admin
|
|
|
|
# Register your models here.
|