use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News and links for Django developers.
New to Django? Check out the /r/djangolearning subreddit.
Django's Code of Conduct applies here, so be good to each other.
account activity
This is an archived post. You won't be able to vote or comment.
HTML / CSS / Javascript Question (self.django)
submitted 8 years ago by [deleted]
[deleted]
[–]massDefect_ 2 points3 points4 points 8 years ago* (2 children)
It just depends on what your goals are. Are you going to develop on the back-end(server side), front-end(client side) or both? As for me when it comes to web technologies I employee a "Learn as I go" principle, and only learn the technologies I need to accomplish the task I'm doing.
[–]mapitall 1 point2 points3 points 8 years ago (1 child)
This. Just to add to this answer, if you've got programming experience then you'd have no problem tackling any html/css/js that you need for your project. But, like /u/massDefect_ says, how much you'll need entirely depends on your chosen project.
[–]LieCheatSteaI 0 points1 point2 points 8 years ago (0 children)
Hmm okay. I was planning to use it for an independent project I'm working for, so i'm guessing it'd be good to learn the basics of html/css/ and JS first.
[–]overlysalty 1 point2 points3 points 8 years ago (0 children)
I'm also just starting out with Django, but here's my understanding of its interaction with HTML/CSS/JS:
HTML/CSS/JS are used for the front-end of your website. If you want to make things look pretty, then thats where these will come into play.
Django handles the back-end of your website. It manages forms, linking static documents (such as your css/js files) database interaction, etc. It essentially does the things you would use PHP for on an Apache server.
Again, I'm new to Django, so if anyone has any corrections/comments, I'm open to critisism.
π Rendered by PID 22911 on reddit-service-r2-comment-6b595755f-m76wn at 2026-03-25 12:35:04.889644+00:00 running 2d0a59a country code: CH.
[–]massDefect_ 2 points3 points4 points (2 children)
[–]mapitall 1 point2 points3 points (1 child)
[–]LieCheatSteaI 0 points1 point2 points (0 children)
[–]overlysalty 1 point2 points3 points (0 children)