python - Development using django: wireframes enough to begin? -
I am trying to understand how to use Dengage for development tasks, a backend developer is just a wireframe can start? Is it not possible to develop a script while someone is writing HTML / CSS code? (Working at the front end and at the rear end at the same time)
For example: Creating a forum Backend builds a community, manage the community and develop features such as accumulating information in DB And then once you start, can you take html / css and combine it?
Yes, they can Django uses a templating system after HTML and CSS Or when the backend is being developed it is very easy. Backend ideas only need to pass data to the template (whether it still exists or not) and the template can be modified to use the actual data. Obviously, there are some limitations on this (for example, if users need to submit forms, the backend can not test their ideas until the forms are present), but in general it's development There is a widely accepted method.
Comments
Post a Comment