Răsfoiți Sursa

refactor models

unknown 1 lună în urmă
părinte
comite
79f1a21583
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      app/models.py

+ 1 - 1
app/models.py

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