|
@@ -1,5 +1,5 @@
|
|
|
from django.db import models
|
|
from django.db import models
|
|
|
-from korochki import settings
|
|
|
|
|
|
|
+from django.conf import settings
|
|
|
|
|
|
|
|
# Create your models here.
|
|
# Create your models here.
|
|
|
class Application(models.Model):
|
|
class Application(models.Model):
|