@@ -152,6 +152,7 @@ USE_TZ = False
# https://docs.djangoproject.com/en/2.1/howto/static-files/
STATIC_URL = '/static/'
+STATIC_ROOT = os.path.join(BASE_DIR, 'static')
AUTH_USER_MODEL = 'UserApp.MyUser'