-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Arvind-4
committed
Dec 31, 2022
1 parent
ad2aad2
commit c79ac92
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
DJANGO_SECRET_KEY=secret | ||
DJANGO_DEBUG=1 | ||
DJANGO_LIVE=0 | ||
DJANGO_ADMIN_URL=admin | ||
|
||
DJANGO_PG_HOST= | ||
DJANGO_PG_DATABASE= | ||
DJANGO_PG_USER= | ||
DJANGO_PG_PASSWORD= | ||
|
||
DJANGO_SUPERUSER_EMAIL=admin@admin.com | ||
DJANGO_SUPERUSER_USERNAME=admin | ||
DJANGO_SUPERUSER_PASSWORD=admin1234 |
c79ac92
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
landing-page-in-django – ./
landing-page-in-django-arvind-4.vercel.app
landing-page-in-django-git-main-arvind-4.vercel.app
landing-page-in-django.vercel.app