nikolas-dev
nikolas-dev
models.py: ``` class CustomUser(AbstractUser): username = PhoneNumberField(unique=True) ``` payloads: ``` { "username": "+8801700000000", "password1": "demo", "password2": "demo", "email": "[email protected]", } ``` response: ``` Internal Server Error: /api/rest-auth/registration/ Traceback (most recent...
Adding `django-easy-audit` creates error 500 without any logs in console
I've added a custom payment gateway. Backend all ok and active. But in checkout gateway is not showing
Next js is now popular and production ready framework. Any planning to add with this
When rendering data it table data shown on another page overlap with header.
In django admin works great. Is there any planning to implement using outside django-admin?
How can I make video calling feature i.e Calling ringtone, call reject
I've select submenu of an item. But it selects top most parents and selects anothers what I've selected. Just like below.  How to fix the issue
Hello, I trying to run the demo in docker. But problem in the step `RUN python3 /src/manage.py loaddata /src/data/initial_data.json` Error: `django.db.utils.IntegrityError: Problem installing fixture '/src/data/initial_data.json': Could not load wagtailcore.Page(pk=3): UNIQUE...