M-app / django-cms-heroku-template

It is a template for deploy django cms version 3.4.5 to heroku.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-cms-heroku-template

It is a template for deploy django cms version 3.4.5 to heroku.

A simple template to launch djangocms in heroku.

Attention to

  • requirements.txt
  • procfile
  • static/.keep
  • project/static/.keep
  • commits messages
both .keep files are to prevent error when executing the command "collectstatic" since you will not find anything. Once there are files in the "static" directories you can remove them.

I did everything from ubuntu.

I hope it helps.


Español

Atención a

  • requirements.txt
  • procfile
  • static/.keep
  • project/static/.keep
  • mensajes de los commits
ambos archivos .keep son para prevenir el error al ejecutar el comando "collectstatic" ya que no encontrará nada. Una vez existan archivos en los directorios "static" podrás desaserte de ellos.

lo hice todo desde ubuntu.

espero que les ayude.


Links de ayuda

About

It is a template for deploy django cms version 3.4.5 to heroku.


Languages

Language:Python 78.1%Language:HTML 21.9%