Learn the necessary steps to ensure that deployment works.
- [Instructor] So once that's completed, … the next step for us, is we need to make some changes … to our settings inside of our project. … So, let's go ahead and just use nano … to add to our file here on the server. … Nano is just a quick way to make some changes to files, … and so we're going to say nano, … and then type out the name of our portfolio project, … We want to get into the portfolio folder, … and then settings.py. … So go ahead and hit Enter on that. … Now the first thing we need to do, … is we need to say that people should be able … to access this project from our IP address, … or a customized domain. … So at the end of this chapter, I'm going to show you … how to access this project that we have … via your own custom URL. … So if you have a custom URL, … now would be the time to type it, … but if you don't, that's totally fine here, … but the first thing that we need to add … into this allowed hosts, which is again, … the different places that people can access this project. …
Author
Released
3/15/2019- Transferring code to a server
- Managing media files
- Creating a custom URL
- Configuring file settings
- Securing a server
- Database setup
- PostgreSQL setup
- Gunicorn testing
- NGINX setup
- Storage setup
Skill Level Intermediate
Duration
Views
Related Courses
-
Python: Design Patterns
with Jungwoo Ryoo1h 59m Intermediate -
Code Clinic: Python
with Barron Stone1h 51m Intermediate
-
Introduction
-
What you should know1m 44s
-
1. Digital Ocean
-
Digital Ocean account2m 1s
-
Creating a droplet4m 11s
-
Securing your server4m 50s
-
Postgres setup7m 46s
-
Configuring settings files3m 56s
-
Testing deployment5m 3s
-
Gunicorn testing6m 46s
-
NGINX setup5m 24s
-
Connecting your URL4m 3s
-
-
2. AWS
-
AWS account4m 5s
-
Testing your site3m 33s
-
Migrate4m 51s
-
S3 storage setup6m 35s
-
Static and media files9m 48s
-
Custom URL4m 45s
-
-
3. Heroku
-
Heroku account4m 12s
-
Deploying on Heroku5m 55s
-
Database on Heroku5m 25s
-
Static and media files6m 22s
-
Custom URL4m 21s
-
-
4. Azure
-
Database setup3m 43s
-
Configuring settings files2m 56s
-
Testing deployment4m 3s
-
Gunicorn testing4m 59s
-
NGINX setup6m 36s
-
Connecting your URL2m 27s
-
Conclusion
-
Next steps1m 7s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Configuring settings files