Merge branch 'djangodav'
This commit is contained in:
@ -51,7 +51,7 @@ def unix_datetime(date):
|
||||
|
||||
|
||||
class Catalog(models.Model):
|
||||
PDF_DIR = 'catalogs'
|
||||
PDF_DIR = 'catalogs/user'
|
||||
PDF_URL = 'export/catalogs'
|
||||
owner = models.ForeignKey(settings.AUTH_USER_MODEL,
|
||||
on_delete=models.CASCADE)
|
||||
|
||||
@ -118,6 +118,7 @@ INSTALLED_APPS = [
|
||||
'account',
|
||||
'lazysignup',
|
||||
'webpack_loader',
|
||||
'djangodav',
|
||||
'procat2',
|
||||
'dashboard',
|
||||
'products',
|
||||
|
||||
Reference in New Issue
Block a user