Django-CRM
Django-CRM copied to clipboard
Open Source CRM based on Django
I have downloaded django-crm. It has been installed and ran successfully. I am able to access all APIs successfully. But I don't understand how to access the Frontend. There is...
https://github.com/MicroPyramid/Django-CRM/blob/161923e48abb03f40f2e40f0ef2dabab441dc3ef/crm/urls.py#L41 this is removed in newest commit, then homepage is 404, i guess?
there is no static folder in this version 0.9.0 ===> Front-end = react-crm Svelte.js is faster than React. and still have error 404
Contact button not working and Registration not working
Every time I run it shows the error. I tried many things but don't work Traceback (most recent call last): File "E:\DJANGO-CRM-NEW\Django-CRM\manage.py", line 24, in execute_from_command_line(sys.argv) File "C:\Users\iamra\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management\__init__.py", line 400,...
Hi, everyone! After installing I see the 404 message: Who know why? ` Using the URLconf defined in crm.urls, Django tried these URL patterns, in this order: ^swagger(?P\.json|\.yaml)$ [name='schema-json'] ^swagger/$...
I believe poetry (https://python-poetry.org/) is a much better solution at managing python dependencies as it prevents conflicts in sub-dependencies. Rather than `pip install -r requirements.txt` you will need `poetry install`...
Hie, when running python manage.py runserver I get System check identified no issues (0 silenced). January 26, 2022 - 23:11:18 Django version 3.2, using settings 'crm.settings' Starting development server at...
Hello, Would you consider an update to a more modern dependancy management such as `pipenv` or `poetry` (or if a PR was made?)