An open API service indexing awesome lists of open source software.

https://github.com/kernelfolla/django-cms-test

playing with django cms for fun and profit
https://github.com/kernelfolla/django-cms-test

Last synced: 8 months ago
JSON representation

playing with django cms for fun and profit

Awesome Lists containing this project

README

          

#django-cms hello world

## Links
http://docs.python-guide.org/en/latest/dev/virtualenvs/
http://docs.django-cms.org/en/release-3.4.x/introduction/install.html
todo
https://www.digitalocean.com/community/tutorials/how-to-set-up-and-install-django-cms-on-a-debian-7-or-ubuntu-13-vps

## Commands

```bash
virtualenv djangocms
workon djangocms
mkdir djangocms
cd djangocms
pip install djangocms-installer
djangocms -f -p . helloworld
python manage.py createsuperuser
python manage.py runserver

```