django-erp-framework
django-erp-framework copied to clipboard
A Django based framework to create diverse business solutions, equipped with a reporting engine with charts, widgets system , a custom admin site and other goodies
There is no compatibility in the fourth version
Hi, Just tried to implement the sample you have included into the documentation. got to the "Adding charts" and faced this error. maybe you could help me resolve it? her...
Incorrect spelling of the word the. Was spelt as 'teh' in two places. (darn autocorrect)
I have problem with django 4.0 ``` web_1 | File "/usr/local/lib/python3.10/site-packages/ra/apps.py", line 3, in web_1 | from django.utils.translation import ugettext_lazy as _ web_1 | ImportError: cannot import name 'ugettext_lazy' from...
Hi Been trying to install using the instructions both as a standalone and integrating into an existing system I keep getting this error `django.core.exceptions.ImproperlyConfigured: The app label 'ra.admin' is not...
hi Ramiz i hope you have a good day i noticed there some functions in ra.base.model was deleted this functins i can't see any thing replace it i rebut it...
Make ra_admin_site unregister by model full name , instead of the model class itself.
Hi: After a fresh install I'm getting a CSRF token error when trying to login with super user: .... django.template.exceptions.TemplateSyntaxError: Invalid filter: 'jazzy_admin_url' ... In template /home/osboxes/.local/lib/python3.6/site-packages/ra/admin/templates/ra/sidebar.html, error at line...
The pip installation missing django-compressor module Starting new application with `ra-admin start project_name` and then migrate I get the following error: `ModuleNotFoundError: No module named 'compressor'` After `pip install django-compressor`,...