#Beginner - Url issue

8 messages · Page 1 of 1 (latest)

wide halo
olive dome
#

You are referring to your playground's urls.py file with the prefix "playground" (which is totally fine and makes sense)
But you are also prefixing all your urls in that playground's urls.py file with "playground" as well

Thats why you are seeing two of them

#

Also, this is the show and tell channel, please repost in one of the help channels

This is meant to show off projects and alike

wide halo
#

Alright, so i should remove the "/playground" from playground's urls.py? right?

wide halo
#

Works

#

Thank you very much