POV your first day taking Django tutorial:
Here's how you use a local database, but don't do it like this in production.
Here's how you serve static files locally, but don't do it like this in production.
Here's how you send emails locally, but don't do it like this in production.
Here's how you store cookies locally, but don't do it like this in production.
Here's how you you do everything locally, but you can never do the same thing in production.