Build web apps 5-10x FASTER by COMBINING Webflow and Django

preview_player
Показать описание

That said, there are some problems that arise with using Webflow for Django.
Рекомендации по теме
Комментарии
Автор

You have singlehandedly convinced me to learn to use webflow for my Django projects, starting course tomorrow!
And that scrpt is gold, thanks for sharing!

XXCrazyGermanx
Автор

Hi Tom, thanks for the video. I've been looking for something like this to ease my Django development. I imagine that for things like navigation (navbar, footer links, and links in general) there's a bit of work to be done after exporting from Webflow...any tips on how to handle this?

JimmyVaqueiro
Автор

This is bloody cool. Thanks for sharing 😊

loicleray
Автор

What if the page requires data from the DB? How do you inject data into the templates like you would with Jinja?

erichpowell
Автор

I've been recently doing the same thing with Flask, but I soon came to discover that if I use webflow to add the animations, they will only work temporarily, and the next day, the animations stop working completely, does this mean using webflow animations is off limits or is their a potential solution?

horikatanifuji
Автор

Having trouble running it. I put the file in the root of the project but i get this "Traceback (most recent call last):
File "/Users/DRM/PycharmProjects/SHCatalogProjrct/shcatalogwebsite/shcatalogwebsite/import_webflow.py", line 210, in <module>
webflow_exported_assets = Path(sys.argv[2])"

DomonickMack
Автор

Q1. Does webflow handle all possible CSS attributes?
Q2. Does webflow handle css animations?
Q3. Does webflow take care of different browser vendor prefixes?
Q4. What do I do if I have very complicated JS logic for a particular page, say an audio webplayer? Can I tweak on my local machine and reupload to webflow and vice-versa?

reelingua