I'm trying to understand how using django for development works. Can a backend developer begin with just a wireframe? Isn't it possible to develop scripts while someone else is writing the html/css code? (like working on the front end and back end at the same time)
For example: Creating a forum. Can't the backend develop the features like creating a community, managing the community and storing the information in the DB and then once the integration begins, take the html/css and combine it?