by pX0r on 11/30/17, 6:38 AM with 1 comments
Here's what I don't like: the effort that goes into setting up a fresh template starting from a raw HTML page.
Every time I start a new project I need to lookup-up django docs for these info nuggets:
- Where and how to place the template in the project folder
- How to deal with "static assets" such as JS, CSS and images
- Painstakingly inserting static tags and wrapping the 'href's and the 'src's in it ...
Besides, the above is just the necessary first step and the real work of wiring-up the context variables is still ahead of us...When I had freshly started with django I did find this a tad bit overwhelming. Today, if you are a fresher to django - do you feel this way?
After working on several django projects I find this "template deal" to be somewhat of an annoyance. If you are a django veteran - do you too feel this way?
Would love to know your thoughts and opinions on this.
by federicobond on 11/30/17, 7:49 AM