Skip to content

Commit

Permalink
riders to rider
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu pandey committed Jan 9, 2024
1 parent beb9a3c commit 68ee603
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Auto detect text files and perform LF normalization
* text=auto
# # Auto detect text files and perform LF normalization
# * text=auto
.env
13 changes: 1 addition & 12 deletions blognet/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,6 @@
}
}

# DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.postgresql',
# 'NAME': 'test1',
# 'USER':'himanshp1656',
# 'PASSWORD':'211656032',
# }
# }



# Password validation
# https://docs.djangoproject.com/en/4.2/ref/settings/#auth-password-validators

Expand Down Expand Up @@ -170,7 +159,7 @@
os.path.join(BASE_DIR,'static'),
]
STATIC_ROOT = BASE_DIR / 'staticfiles'
# STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
APPEND_SLASH=True

# MEDIA_ROOT='blognet/blog/static/image'
Expand Down

0 comments on commit 68ee603

Please sign in to comment.