-
Notifications
You must be signed in to change notification settings - Fork 4
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
Having a problem running the aplication #109
Comments
you are using new version of django. try to use version <4.2 |
Thank you, I had to change the version in the setup.py to 4.1.2 to correspond with the requirment.txtr and it worked! |
Hello, Can anyone please help resolve below initial setup error? Thanks INFO: pip is looking at multiple versions of django-rgd-fmv[worker] to determine which version is compatible with other requirements. This could take a while. |
Hi, also need help. I tried following the step but every time I tried to execute something I got a different error so i gave up. Is there a chance to have the documentation updated? |
Also, if i ignore the initial set up error above and run the app as follows:
I get below errors:
Error: Invalid value for '-A' / '--app': |
I had other difficulties but managed to clear those before reaching to above 3 errors. Not sure how to go about fixing these ones. |
Hello, I have the following problem when i run docker
compose run --rm django ./manage.py migrate
.django.core.exceptions.ImproperlyConfigured: DEFAULT_FILE_STORAGE/STORAGES are mutually exclusive.
I already commented the DEFAULT_FILE_STORAGE varaible in ../django/conf/global_settings.py but still having the same issue.
The text was updated successfully, but these errors were encountered: