Django-CRM
Django-CRM copied to clipboard
Open Source CRM based on Django
i use ` docker build -f Dockerfile -t crm-ubuntu . `. Error: [Errno 13] Permission denied: '/home/venv'
removed the old contents of docker directory - if its needed i'll fix on my side.
**Update**: _This PR attempts to address issue #525_ Upon following the installation and local development guide on README, there were issues running docker compose on local *nix/mac platform. Given the...
### Discussed in https://github.com/MicroPyramid/Django-CRM/discussions/524 Originally posted by **codecakes** March 10, 2024 TL;DR: #523 Objective: Make it easy for local crm development to be as decoupled from dependent services. Explanation: As...
Hello, I am trying to execute the project on Windows 10 using virtual env. I am not a web developer and I need your hint to solve my issue. this...
(venv) PS C:\Users\Vikram Chowdhury\Desktop\wagtail_crm_react\Django-CRM> python .\manage.py createsuperuser Traceback (most recent call last): File "C:\Users\Vikram Chowdhury\Desktop\wagtail_crm_react\Django-CRM\venv\lib\site-packages\django\db\models\options.py", line 681, in get_field return self.fields_map[field_name] KeyError: 'username' During handling of the above exception, another...
```[tasklist] ### Tasks - [ ] https://github.com/MicroPyramid/Django-CRM/issues/508 ```
Hi there, I’m excited about this project. Is it still active though? Bottlecrm.com isn’t working, and all images seem to be missing from docs. Thanks!
Hello, I tried to run the CRM. Downloaded it all. installed the requirements.txt in both the file directory and in the virtualenv. I cant run the server thou. When I...