Merge branch 'djangodav'

This commit is contained in:
2020-02-28 17:16:27 -08:00
5 changed files with 328 additions and 1 deletions

View File

@ -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)

View File

@ -118,6 +118,7 @@ INSTALLED_APPS = [
'account',
'lazysignup',
'webpack_loader',
'djangodav',
'procat2',
'dashboard',
'products',