Compare commits
No commits in common. "8483b72104d4986b7bb8080f99eb67c08a9a34dc" and "d7305cf372aa9f0eee3cd88ca36ec0a0ab45c485" have entirely different histories.
8483b72104
...
d7305cf372
2 changed files with 2 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,8 +1,6 @@
|
|||
# Created by https://www.toptal.com/developers/gitignore/api/django
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=django
|
||||
|
||||
*.swp
|
||||
|
||||
### Django ###
|
||||
*.log
|
||||
*.pot
|
||||
|
@ -15,7 +13,7 @@ media
|
|||
|
||||
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
|
||||
# in your Git repository. Update and uncomment the following line accordingly.
|
||||
staticfiles/
|
||||
# <django-project-name>/staticfiles/
|
||||
|
||||
### Django.Python Stack ###
|
||||
# Byte-compiled / optimized / DLL files
|
||||
|
|
|
@ -116,8 +116,7 @@ USE_TZ = True
|
|||
# Static files (CSS, JavaScript, Images)
|
||||
# https://docs.djangoproject.com/en/5.0/howto/static-files/
|
||||
|
||||
STATIC_URL = 'https://s3.aly.pet/xiv.pet/static/'
|
||||
STATIC_ROOT = 'staticfiles/'
|
||||
STATIC_URL = 'static/'
|
||||
|
||||
# Default primary key field type
|
||||
# https://docs.djangoproject.com/en/5.0/ref/settings/#default-auto-field
|
||||
|
|
Loading…
Reference in a new issue