template {% url %} tag is giving server's absolute path

2018-12-27 Thread Paul Lanza
I have recently changed my django project (using A2 hosting) from fcgi to wsgi. I have successfully gotten the project to work, but I am experiencing a minor caveat I am trying to solve. Now, when I use the {% url %} tag in the templates to form a link, I get the absolute path of the server (

Generating HTML code

2013-01-12 Thread Paul Lanza
As I am in the process of learning Django (I've programmed with python for years, and know HTML very well, too), do most programmers develop their HTML by hand, or do you use a 3rd party software to generate HTML and use that as a starting point for the page you are creating. If you are using