-
Notifications
You must be signed in to change notification settings - Fork 344
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
Fix notifications
deprecation errors
#1426
Comments
Hello, I want to contirbute. |
Thanks, @DamyanBG! I'll assign you to the issue. |
I made a PR. |
I found that my solution is wrong. I closed my PR. I will restart my work. |
When creating a pull request that will resolve an issue, please link the pull request to the related issue(s) by using one of the supported keywords followed by the issue number. For example:
Further details
|
I opened pull request. |
Is this issue still needing work? If so, I could try and help. |
Hi i have been trying to solve this issue and set up the project locally while setting up i have a problem as when running poetry install in the root directory i would get this error . pLease Help and please tell if there is any group or channel where i can ask my doubts. . I would get this error in Powershell : |
What do you see when listing the contents of the directory from where you run the poetry command? |
From your message i understand that what files do i see in the directory i am running this install command . The files i see in the directory are : |
ok i figured it i wasn't in the root directory on the shell . Thanks for the help |
Yes, it appears there is a |
does poetry work on git bash? |
I think the virtual env is activating as i tried to run the python manage.py migrate command it says django_extensions not installed |
Try running (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py - https://python-poetry.org/docs/#installing-with-the-official-installer |
I had already added Poetry to path before posting the comment here. So the issue still persists |
Try:
|
Did you try running |
ya i tried it not working still . Sorry for disturbing you again and again . Thank you for the help |
Hm, it's genuinely a difficult issue, and I can't help reproduce it since I'm not using PowerShell. It might be good to seek help from the Poetry GitHub issues or StackOverflow, as it seems likely that someone will have encountered a similar issue. |
ok thanks! |
Hi, is this issue still open, I would like to contribute then. Thanks |
Hi, I am getting a test failure, can someone help on this
I ran the debugger on the test, it seems like in
|
is this issue still open? |
Description
When running management commands, I see the following deprecation warnings.
What should have happened?
There should be no deprecation errors when running management commands.
Upstream issue: django-notifications/django-notifications#344
The text was updated successfully, but these errors were encountered: