|
@@ -7,6 +7,7 @@ may be integrated to [coin](https://code.ffdn.org/ffdn/coin).
|
|
|
|
|
|
Install it
|
|
Install it
|
|
----------
|
|
----------
|
|
|
|
+Be sure to use python3.
|
|
|
|
|
|
sudo apt-get install python virtualenvwrapper
|
|
sudo apt-get install python virtualenvwrapper
|
|
mkvirtualenv transparency
|
|
mkvirtualenv transparency
|
|
@@ -22,7 +23,7 @@ Set your organization name :
|
|
|
|
|
|
Create database:
|
|
Create database:
|
|
|
|
|
|
- ./manage migrate
|
|
|
|
|
|
+ ./manage.py migrate
|
|
|
|
|
|
Run it
|
|
Run it
|
|
------
|
|
------
|