Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Django CRM (1.7k GitHub stars) - https://github.com/MicroPyramid/Django-CRM/ #10

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

kmcquade
Copy link
Contributor

@kmcquade kmcquade commented Nov 24, 2023

Followed their instructions, with one change (mentioned here):

git clone [email protected]:MicroPyramid/Django-CRM.git
cd Django-CRM
cp ENV.md .env
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
docker build -t djcrm:1 -f docker/Dockerfile .
docker-compose -f docker/docker-compose.yml up
open localhost:8000/swagger-ui/

You can also generate a swagger doc from CLI after it is spun up with:

rm -f schema.yaml
python3 manage.py spectacular --file schema.yaml --validate

@kmcquade kmcquade merged commit 88830ba into main Nov 24, 2023
@kmcquade kmcquade deleted the add/django-crm branch November 24, 2023 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant