From fa0324925c7a2ef2cc4aef4be740059a105c0e25 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 31 Aug 2016 09:47:41 +0200 Subject: [PATCH] Updated INSTALL instructions --- INSTALL.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 9533fb4..71506f7 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -5,7 +5,7 @@ Installing epcstages Requirements ============ - * Python >= 2.6.5 < 3.0 + * Python >= 3.4 http://www.python.org/download/ * A database with UTF-8 encoding (PostgreSQL or MySQL-InnoDB) and its approriate Python driver (postgresql-psycopg2 or mysqldb) @@ -15,7 +15,7 @@ Downloading code ================ The code for epcstages is available on GitHub: - https://github.com/claudep/epcstages.git + https://github.com/epcoullery/epcstages.git Python dependencies =================== @@ -70,7 +70,7 @@ EMAIL_HOST_USER = '...' EMAIL_HOST_PASSWORD = '...' When the above settings are defined, it's time to initialize the database: - $ python manage.py syncdb + $ python manage.py migrate And to prepare static files: $ python manage.py collectstatic