mumbleapi
mumbleapi copied to clipboard
Backend/API for the Mumble.dev, an open source social media application.
### Describe your changes : # ### Type of change : - [x] Bug fix # ### Preview (Screenshots) : change data { 'username': 'TEST' } to data{ 'email' :...
HI, I am getting this below error while loading the test JSON data using the command *python manage.py loaddata articledata.json* **ERROR**:- raise dj_exc_value.with_traceback(traceback) from exc_value File "D:\Programming\Django\mumbleapi\env\lib\site-packages\django\db\backends\base\base.py", line 242, in...
# ### Describe the bug There is a problem with profile update test in the profile update view we just let user to update their email but in the test...
when you post in mumble and share it then when you want to delete it it delete also the orign post like it is same token in the database and...
### Describe your changes : I worked on the ..... because ... of the issue #181 Refactoring models to follow DRY principle this will enhance the readability of our Model...
### Is your feature request related to a problem? Please describe. No, i just saw different model class having the same attribute > created = models.DateTimeFied(...) # ### Describe the...
### Preflight Checklist [x] I have searched the issue tracker for an issue that matches the one I want to file, without success. # ### To Reproduce Steps to reproduce...
**Implementaion** I will implement real-time features in the mumble project starting with notification if I have more time I will try to do the chat as well **Stack** - Django...
### Describe your changes : In users/views.py -> Added Block User view, altered user_mumbles and user_article views so they don't show if an user is blocked. Altered following view so...