Miroca_Server
This commit is contained in:
@@ -138,10 +138,10 @@ USE_TZ = True
|
||||
# https://docs.djangoproject.com/en/3.2/howto/static-files/
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
STATIC_ROOT = '/home/c76533/miroca.ru/www/static'
|
||||
STATIC_ROOT = '/home/c76533/miroca.ru/app/www/static'
|
||||
|
||||
MEDIA_URL = '/media/'
|
||||
MEDIA_ROOT = '/home/c76533/miroca.ru/www/media'
|
||||
MEDIA_ROOT = '/home/c76533/miroca.ru/app/www/media'
|
||||
|
||||
# Default primary key field type
|
||||
# https://docs.djangoproject.com/en/3.2/ref/settings/#default-auto-field
|
||||
|
||||
Reference in New Issue
Block a user