2
the answer is:
return render(request, 'singleplayer.html', {'table': table, 'today':taday})
0
You need to have all of the variable that you want to use in the view inside the dictionary.
- [Answered ]-Django Running on uWSGI with NGiNX – INI Method Not Working
- [Answered ]-How does DRF know a simple POST request should call create()?
- [Answered ]-Select related of selected related
- [Answered ]-Django-Compressor throws UncompressableFileError with django-storages using amazonaws and heroku
- [Answered ]-Advices for sending email in Django app from Vagrant box
Source:stackexchange.com