Re: Weird django.urls.exceptions.NoReverseMatch: 'review' is not a registered namespace

2019-09-06 Thread Julien Enselme
Weird. It looks correct to me. I'm out of ideas, sorry. Julien Enselme Développeur chez BureauxLocaux Le jeu. 5 sept. 2019 à 11:55, Pasquale a écrit : > On 04/09/19 10:24, Julien Enselme wrote: > > Did you do the reverse with 'reviews:detail'? > > >>> &

Re: Weird django.urls.exceptions.NoReverseMatch: 'review' is not a registered namespace

2019-09-04 Thread Julien Enselme
Did you do the reverse with 'reviews:detail'? Can you post your new urls.py and the code you use to do the reverse? Julien Enselme Développeur chez BureauxLocaux Le mer. 4 sept. 2019 à 00:35, Pasquale a écrit : > Applied your suggestion,now I get > django.urls.exception

Re: Weird django.urls.exceptions.NoReverseMatch: 'review' is not a registered namespace

2019-09-03 Thread Julien Enselme
namespace is an argument of the include function and you can remove the name argument to path. Julien Enselme Développeur chez BureauxLocaux Le mar. 3 sept. 2019 à 13:28, Pasquale a écrit : > I did put reviews/urls.py: > > from django.urls import path, include > from . impor

Re: Weird django.urls.exceptions.NoReverseMatch: 'review' is not a registered namespace

2019-09-03 Thread Julien Enselme
ls", namespace="reviews")) You should then be able to use reverse("reviews:detail"). Julien Enselme Développeur chez BureauxLocaux Le lun. 2 sept. 2019 à 15:39, Pasquale a écrit : > I have in mysite/urls.py: > > from django.contrib import admin > from django.u

Re: How to migrate MySQL -> PostgreSQL?

2019-06-04 Thread Julien Enselme
test env. It may take a while depending on the amount of code that relies on MySQL specific features. I hope this helps! Regard, Julien Enselme Développeur chez BureauxLocaux Le mar. 4 juin 2019 à 00:56, Kiran Capoor a écrit : > Hi, > > As said by ankhi, change to pgsql in settings be

Re: Migration auth.0011_update_proxy_permissions from Django 2.2 fails to apply

2019-04-09 Thread Julien Enselme
nt. This exception, on which environment did you receive it? Local or remote? I happened in my local env. I tried to delete the venv and recreate it from scratch but it didn't help. I'll try to report the bug. Thanks for you help! Julien Enselme Développeur chez BureauxLocaux Le lun. 8

Migration auth.0011_update_proxy_permissions from Django 2.2 fails to apply

2019-04-04 Thread Julien Enselme
bug tracker but found nothing. Can someone help me on this? I guess I can keep deleting problematic entries from our database one by one but it will take a long time and it doesn't look right. Regards, Julien Enselme -- You received this message because you are subscribed to the Google