Skip to content
Snippets Groups Projects
Commit 1fe4fba0 authored by jarmil's avatar jarmil
Browse files

WIP: PDP - zalozeni aplikace

parent 651b1a1f
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ INSTALLED_APPS = [
"calendar_utils",
"users",
"pirates",
"pdp",
"tuning",
"search",
"regulace_konopi",
......
from django.apps import AppConfig
class PdpConfig(AppConfig):
name = "pdp"
from django.db import models
# Create your models here.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment