This video is available to students only
What are static files?
Serving static files is different in Serverless
Now that we have our Django site up and running, let's check out the built-in admin site:

Uh-oh! That does not look right! If we quickly spin up our Django app locally using:
1
(ve) zappashell> python manage.py runserver 0.0.0.0:8000
We can see it's working fine.

This page is a preview of Serverless Django with Zappa