mirror of
https://github.com/not-kennethreitz/morepython.org.git
synced 2026-06-19 06:20:57 +00:00
4 lines
63 B
Python
4 lines
63 B
Python
from os import environ
|
|
|
|
DATABASE_URL = environ['DATABASE_URL']
|