app-generator / django-coreui

CoreUI - Django Dashboard (Free Product) | AppSeed
https://appseed.us/product/coreui/django/
Other
90 stars 39 forks source link

URL namespace 'admin' isn't unique. #2

Closed deepanshumehtaa closed 3 years ago

deepanshumehtaa commented 3 years ago

While i am installing this project i got an error

?: (urls.W005) URL namespace 'admin' isn't unique. You may not be able to reverse all URLs in this namespace

mainly, this error came when you try to make the migrations "python manage.py makemigrations".

deepanshumehtaa commented 3 years ago

Got the solution

you need to remove the extra line path('admin/', admin.site.urls), # Django admin route in core>urls.py

That's it !!!

app-generator commented 3 years ago

Hello @deepanshumehtaa, This is a common regression in the current version of all Django starters.

Thanks for using this starter. Let us know if you need further assistance.