mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-21 23:01:52 +00:00
removing imagekit
This commit is contained in:
parent
15d0d05185
commit
a3e564855a
14
README.txt
14
README.txt
@ -18,14 +18,14 @@ Django==1.7.11
|
|||||||
django-registration==2.1.2
|
django-registration==2.1.2
|
||||||
mysql
|
mysql
|
||||||
#imagekit
|
#imagekit
|
||||||
django-imagekit
|
#django-imagekit
|
||||||
Image
|
Image
|
||||||
django-tinymce==2.7.0
|
django-tinymce==2.7.0
|
||||||
smartencoding
|
smartencoding
|
||||||
unidecode
|
unidecode
|
||||||
|
|
||||||
Install like this:
|
Install like this:
|
||||||
sudo apt install pip # does not work on Ubuntu 20.04. Have to install from source. Use 18.04
|
sudo apt install pip # does not work on Ubuntu 20.04 for python 2.7. Have to install from source. Use 18.04
|
||||||
pip install django==1.7
|
pip install django==1.7
|
||||||
pip install django-tinymce==2.0.1
|
pip install django-tinymce==2.0.1
|
||||||
sudo apt install libfreetype6-dev
|
sudo apt install libfreetype6-dev
|
||||||
@ -44,6 +44,16 @@ pip install pygraphviz # fails to install
|
|||||||
pip install pyparsing pydot # installs fine
|
pip install pyparsing pydot # installs fine
|
||||||
django extension graph_models # https://django-extensions.readthedocs.io/en/latest/graph_models.html
|
django extension graph_models # https://django-extensions.readthedocs.io/en/latest/graph_models.html
|
||||||
|
|
||||||
|
Or use a python3 virtual environment:
|
||||||
|
$ cd troggle
|
||||||
|
$ cd ..
|
||||||
|
$ python3 -m venv pyth3d2
|
||||||
|
(creates folder with virtual env)
|
||||||
|
cd pyth3d2
|
||||||
|
bin/activate
|
||||||
|
(now install everything - not working yet..)
|
||||||
|
$ pip install -r requirements.txt
|
||||||
|
|
||||||
MariaDB database
|
MariaDB database
|
||||||
----------------
|
----------------
|
||||||
Start it up with
|
Start it up with
|
||||||
|
7
requirements.txt
Normal file
7
requirements.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Django==1.7.11
|
||||||
|
django-registration==2.1.2
|
||||||
|
mysql
|
||||||
|
Image
|
||||||
|
django-tinymce==2.7.0
|
||||||
|
smartencoding
|
||||||
|
unidecode
|
@ -130,7 +130,7 @@ INSTALLED_APPS = (
|
|||||||
'troggle.profiles',
|
'troggle.profiles',
|
||||||
'troggle.core',
|
'troggle.core',
|
||||||
'troggle.flatpages',
|
'troggle.flatpages',
|
||||||
'troggle.imagekit',
|
#'troggle.imagekit',
|
||||||
)
|
)
|
||||||
|
|
||||||
MIDDLEWARE_CLASSES = (
|
MIDDLEWARE_CLASSES = (
|
||||||
|
Loading…
Reference in New Issue
Block a user