Project for the UPV to develop an app like BlaBlaCar but only for UPV people.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

README updated

+9
+9
README.rst
··· 45 45 46 46 env ARCHFLAGS="-arch $ARCH" pip install cx_Oracle 47 47 48 + Environment Variables 49 + --------------------- 50 + List of environment variables that the project needs to work in production: 51 + 52 + - ``DJANGO_ALLOWED_HOSTS="example.com"`` 53 + - ``DJANGO_SETTINGS_MODULE="config.settings.production"`` 54 + - ``DJANGO_SECRET_KEY="verylongstringwithnumbers"`` 55 + - ``DATABASE_URL="oraclegis://dbuser:dbpass@db.server.com:1521/dbname"`` 56 + 48 57 Static files 49 58 ------------ 50 59