mirror of
https://github.com/lemeow125/Borrowing-TrackerBackend.git
synced 2025-04-27 10:11:24 +08:00
Add imports for equipments from csv
This commit is contained in:
parent
6f5911144c
commit
062b017e16
9 changed files with 508 additions and 46 deletions
|
@ -95,6 +95,8 @@ MIDDLEWARE = [
|
|||
STATIC_URL = 'static/'
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||
STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"
|
||||
MEDIA_URL = 'api/v1/media/'
|
||||
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
|
||||
|
||||
ROOT_URLCONF = 'config.urls'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue