fabric commands
Find a file
2019-06-23 19:21:58 +03:00
bin update deploy_meta to work with PyQt5 2019-06-23 18:23:08 +03:00
modules update django manage so it has better info on debug 2019-06-21 14:53:12 +03:00
share update work on development.yml, add more info to readme 2019-06-23 19:21:58 +03:00
.gitignore modified gitignore file 2016-09-06 16:36:23 +03:00
__init__.py new file: __init__.py 2016-09-06 14:41:15 +03:00
api.py renamed conf_setup in display list 2016-09-15 21:26:35 +03:00
fabfile.py fixed print statements to be in python3 2018-10-17 22:48:54 +03:00
readme.md update work on development.yml, add more info to readme 2019-06-23 19:21:58 +03:00

adding fabric

git add submodule git@bitbucket.org:ronnyabraham/fabric.git fabric

the second "fabric" puts the submogule in a directory called 'fabric"

workon a virtualenv that has PyQt5

load up bin/deploy_meta.py

check django.numbers to make sure your port numbers aren't already being used

  • database
  • django

after you create the dev file, go to usr/meta/projects and copy the layout.yml file from another project

now go to usr/meta/virtualenv, copy bootstrap.txt to development.txt replace pycrypto with pycryptodome replace psycopg2 with psycopg2-binary

add allowed_hosts = [127.0.0.1] to the django section in development.yml