django / responsive django web content
Anyone using django? I am looking for a way to generate django html and templates, in particular responsive ones.
Currently, my main project is heavily form / data (database fields) driven for a business app, which require a lot of template tags. I have some more normal web page projects coming up that I would like to use django for as well.
I have almost all of the CC products. I tried using the Responsive Site Designer but generating template tags are very cumbersome (sometimes not possible) using HTML code objects, and they do not show and/or properly affect the breakpoints in the RSD design views. In addition, changes made to the exported RSD code cannot be imported back into the RSD design.
I was thinking about generating a static data view (assume specific data values in the RSD design instead of template tags) just to get the breakpoints and grids and other element classes, then editing the exported HTML to replace the static data with template tags. One of the problems with that is when I need to modify the page view in RSD, I have to go through the whole data to template tag editing again. I thought about making the specific data fields in the RSD layout be unique identifiers that I can programmatically search for in the exported HTML and replace with the appropriate form field / template tag.
Has anyone done anything like this or have any ideas?
Currently, my main project is heavily form / data (database fields) driven for a business app, which require a lot of template tags. I have some more normal web page projects coming up that I would like to use django for as well.
I have almost all of the CC products. I tried using the Responsive Site Designer but generating template tags are very cumbersome (sometimes not possible) using HTML code objects, and they do not show and/or properly affect the breakpoints in the RSD design views. In addition, changes made to the exported RSD code cannot be imported back into the RSD design.
I was thinking about generating a static data view (assume specific data values in the RSD design instead of template tags) just to get the breakpoints and grids and other element classes, then editing the exported HTML to replace the static data with template tags. One of the problems with that is when I need to modify the page view in RSD, I have to go through the whole data to template tag editing again. I thought about making the specific data fields in the RSD layout be unique identifiers that I can programmatically search for in the exported HTML and replace with the appropriate form field / template tag.
Has anyone done anything like this or have any ideas?
Intrepid,
Please provide a link to your current site so we can get a better idea of what you are asking about.
Please provide a link to your current site so we can get a better idea of what you are asking about.
Once you accomplish the impossible, then you can move on to the hard stuff!
Chuck (ITManager) wrote:
Please provide a link to your current site so we can get a better idea of what you are asking about.
Please provide a link to your current site so we can get a better idea of what you are asking about.
It doesn't seem to be a question related to a site in development, rather than a request for suggestions how to work with (or towards) the Django framework. So this is for the ones who are familiar with Django ...
– Richard
Living in Zevenbergen, the Netherlands
13" MacBook Air M1 + 2x LG 24" IPS QHD / 8GB RAM / 500GB SSD / macOS 14.3 Sonoma
13" MacBook Air M1 + 2x LG 24" IPS QHD / 8GB RAM / 500GB SSD / macOS 14.3 Sonoma
@rvanheukelum Correct. This website is not up yet and requires django knowledge as well as RSD and HTML Editor.
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.