reorganized static files folder

added folders for js and css files, added bootstrap files to static
This commit is contained in:
2021-12-09 07:08:43 -06:00
parent 5e7b35926d
commit d6220fee57
49 changed files with 60262 additions and 7 deletions

View File

@@ -42,7 +42,6 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'bootstrap5',
'crispy_forms',
'benchcoach'
]