E
E
Evgeny Sofonov2014-12-11 18:34:43
Django
Evgeny Sofonov, 2014-12-11 18:34:43

Is there a static site generator in Django?

Hi guys. Prompt developing (not abandoned) static site generators on Django.
Are there any at all?
The principle of operation is the same as in CMS, only the web server will give ready-made html-ki for requests, without sending requests to Django. Maybe someone took this?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
B
bromzh, 2014-12-11
@bromzh

https://github.com/mtigas/django-medusa
https://github.com/koenbok/cactus
ringce.com/hyde
etc

M
maaGames, 2014-12-11
@maaGames

Using a tambourine, you can make a static site with almost any CMS. It is enough to make a server on a virtual machine and download it with any website downloader. And save the downloaded html on the real server.
Or use WebsiteX5 or something similar.

T
thenno, 2014-12-12
@thenno

May I know what is it going to be used for? I don't really understand, why do you need Django in a static site? In my opinion, only the ORM and the admin panel will remain from Django. There are many different static site generators for Python, isn't it easier to take one of them and generate it on the backend according to the page data every n times with a simple script?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question