|
|
|
|
|
by danso
4466 days ago
|
|
Sure...but why Django? If I'm missing something, how do you generate the static pages from the Django app? I see that django-pipeline compiles and generates the asset files, but what about `mydjangoapp.com/books/1`, `mydjangoapp.com/author/smith-jon` and so forth, i.e. the data-pages? edit: I guess I'm assuming too much...the OP is assuming you have Django app already online and running, and this process moves over the asset files? |
|