Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshvandari committed Feb 2, 2024
2 parents 6e7c4df + f4a16ff commit 975413a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SECRET_KEY=django-insecure-y40_hep_s_9e!%safw3^9is4(!1)u2suhbgau^!klhn_51$p0r
DATABASEDETAILS=postgres://default:R56HnUvcGMpq@ep-bold-art-a115qe1a.ap-southeast-1.postgres.vercel-storage.com:5432/verceldb
# DATABASEDETAILS=postgresql://postgres:QI4ZlLL4R7YO91rv@db.dsdfemkhffmlomnpghem.supabase.co:5432/postgres
# DATABASEDETAILS=postgresql://postgres:QI4ZlLL4R7YO91rv@db.dsdfemkhffmlomnpghem.supabase.co:5432/postgres
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
<<<<<<< HEAD
API/__pycache__
QuotesAPI/__pycache__
QuotesAPI/__pycache__
=======
/API/__pycache__
/API/migrations
/QuotesAPI/__pycache__
>>>>>>> f4a16ff85fd53434883894a189419b828c4fb729
26 changes: 0 additions & 26 deletions API/migrations/0001_initial.py

This file was deleted.

Empty file removed API/migrations/__init__.py
Empty file.
Binary file modified QuotesAPI/__pycache__/settings.cpython-310.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion QuotesAPI/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
SECRET_KEY = os.getenv('SECRET_KEY')

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
DEBUG = True

ALLOWED_HOSTS = ['.vercel.app','.now.sh','.santosh0.com.np','127.0.0.1']

Expand Down

0 comments on commit 975413a

Please sign in to comment.