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
- Host: GitHub
- URL: https://github.com/kernelfolla/django-cms-test
- Owner: KernelFolla
- Created: 2017-02-23T10:38:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T10:53:06.000Z (over 9 years ago)
- Last Synced: 2025-01-16T04:29:31.612Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```