https://github.com/webmalc/maxibooking-billing-django
CRM/billing system
https://github.com/webmalc/maxibooking-billing-django
ansible celery djagno django-rest-framework python
Last synced: about 1 month ago
JSON representation
CRM/billing system
- Host: GitHub
- URL: https://github.com/webmalc/maxibooking-billing-django
- Owner: webmalc
- Created: 2019-08-14T12:36:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T22:25:58.000Z (over 3 years ago)
- Last Synced: 2025-01-25T08:11:21.363Z (over 1 year ago)
- Topics: ansible, celery, djagno, django-rest-framework, python
- Language: Python
- Homepage:
- Size: 1.08 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maxibooking billing
Maxibooking billing django rest backend
## urls
* two-factor setup url: account/two_factor/setup/
* admin: admin/ (login: admin password: password)
## minimum requirements
* vagrant docker
## installation
* vagrant up
## start project
* vagrant ssh
* server (url: localhost:8000)
* optional: pytest
## deploy
* key location: ~/.ssh/pem/maxibookingltd.pem
* staging: ansible-playbook -i .ansible/staging.ini .ansible/deploy.yml
* prod: ansible-playbook -i .ansible/prod.ini .ansible/deploy.yml