-
Figuring I'll do render as a staging site, or maybe even a permanent home.
And then I can move it over to a subdomain of my site when/if I can.
- [x] Deploy app to render
- [x] Deploy to a subdom…
-
i need to use django admin
It's possible ?
this distill_path generates error
distill_path('',
admin.site.urls,
name=''),
-
E.g., can you have multiple distill directory settings or something? Then have separate Netlify sites consume different output directories in one GitHub repo?
-
Hi there, I am currently trying to add urls by including them like
` distill_path('', include("maintools.urls"), name="maintoolsurls"), `
but can't get it working ,its throwing an error.
```
T…
-
I am interested in knowing if we could add a header file to the static site as suggested by cloudflare [here](https://developers.cloudflare.com/pages/platform/headers/) .
It's because I want to show …
-
I have essentially copied your example site and started tweaking it ([demo](https://djistx.gitlab.io/) | [repo](https://gitlab.com/djistx/djistx.gitlab.io/)),
I have [django-htmlmin](https://pypi.o…
-
i have set up a django project following the documentation on the django site.
Everything works great in my dev setup.
I use distill to output HTML for the pages in the site so i can upload to a…
-
Went to the installation page - https://django-distill.com/install . At the bottom of the page is the link to the intergration
![image](https://user-images.githubusercontent.com/12730065/168571988-05…
-
### Describe the bug
I have a Vue.js 3 + Vite + Tailwind CSS 3 project that uses a third party components library (also built with Vue.js 3 and Tailwind CSS 3) from my company's local NPM.
The p…
-
Hello, I just found Briefcase and it looks great. I skipped to the end of the tutorial to see if it has webapp capabilities to create the "hexafecta" of platforms and saw "Coming Soon". No worries, I …