Django - problem with {% url facebook_xd_receiver %}
- by Gaurav
I'm using
{% url facebook_xd_receiver %}
in one of my HTML files. This works just fine when I run my project using the command
python manage.py runserver
But the same project stops running and gives me a "TemplateSyntaxError" at the line
{% url facebook_xd_receiver %}
Can anyone please tell me what could be the difference between the dev server run through the command line and the apache server.
Is there anything I'm missing out on while configuring the Apache server? Or is it a Django problem?