A simple django app to manage clients
Thanks to all Django Cuba Telegram Group!!!!!
- Luis Miguel Pozo Gonzalez
- @codeshard
- @Felix Pupo
- @Guillermo Roig
git clone https://github.com/dcruz1990/django-misclientes
virtualenv -p python .venv
pip install -r requirements
- Please follow this official guide.
If you are using Debian like distributions you need to install these packages:
sudo apt-get install build-essential python3-dev python3-pip python3-setuptools python3-wheel python3-cffi libcairo2 libpango-1.0-0 libpangocairo-1.0-0 libgdk-pixbuf2.0-0 libffi-dev shared-mime-info
python manage.py makemigrations
python manage.py migrate
python manage.py compilemessages
python manage.py collectstatic --noinput
python manage.py runserver
http://localhost:8000/
- Docker
- docker-compose
- Docker image for python >= 3.6 (https://hub.docker.com/_/python)
- Docker image for nginx:alpine (https://hub.docker.com/_/nginx)
docker-compose -f ./container/docker-compose up -d --build
If it's the first time, wait to compile your application Docker's image or wait that required Docker's images be downloaded to compile your application Docker's image
http://localhost/