Re: django url resolver problem

2020-03-06 Thread Alvaro Orozco
Can we please have a look at the project and app urls.py and also the view.py module. On Fri, Mar 6, 2020 at 1:19 PM 'MH' via Django users < django-users@googlegroups.com> wrote: > So, I would perhaps try something like > > url("^token/", TokenView.as_view(), name="token"), > url("^revoke_token/"

Re: Beginner needs help getting templates to work - is this the right group?

2020-03-06 Thread Alvaro Orozco
It seems like you're not activating the virtual environment. Active the virtual environment and install the dependencies. On Thu, Mar 5, 2020 at 11:02 PM Shishir Jha wrote: > Can you show the code that you have written until page 55? > > > On Fri, 6 Mar 2020, 9:01 am Philip Means, wrote: > >> T