nikolas-dev

Results 9 issues of 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

bug

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. ![image](https://user-images.githubusercontent.com/15107827/147833677-0fcddb64-35a6-4810-b0d4-c4fa6105e0de.png) How to fix the issue

bug

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...