Hello,
I cloned the project after the login view onto my Mac and did some checks like:
- running the shell and seeing if i.e. Restaurantlocation.objects.all() did show. OK
- ran the python manage.py makemigrations. No migrations were done
- ran the python manage.py migrate. No migrations to apply
Then I ran the server which gave me "bad requests" or ""GET /admin HTTP/1.1" 400 26"
I did do in another project pretty much the same code following the tutorial on youtube which went OK.
I am a little lost as this is my first attempt into Django (I am more a Angular guy ;-)
Thanks
Hello,
I cloned the project after the login view onto my Mac and did some checks like:
Then I ran the server which gave me "bad requests" or ""GET /admin HTTP/1.1" 400 26"
I did do in another project pretty much the same code following the tutorial on youtube which went OK.
I am a little lost as this is my first attempt into Django (I am more a Angular guy ;-)
Thanks