2
0
Cory Sutyak e7cde12ce2 Creating unit tests (#179) 6 жил өмнө
..
project_name e7cde12ce2 Creating unit tests (#179) 6 жил өмнө
website 41245bc032 [WIP] New classifiers (#161) 6 жил өмнө
.gitattributes b5135f3588 Enhancing project template (#58) 6 жил өмнө
.gitignore b38aaf8ed6 Ignore editor files in project_template; ignore multiple testproject folders in coderedcms (#156) 6 жил өмнө
Dockerfile b5135f3588 Enhancing project template (#58) 6 жил өмнө
README.md b5135f3588 Enhancing project template (#58) 6 жил өмнө
manage.py 46dda3eed2 Adding project to github 6 жил өмнө
requirements.txt 46dda3eed2 Adding project to github 6 жил өмнө

README.md

{{ sitename }} website

Getting started

Make sure Python 3.4 or higher is installed on your system. Open this directory in a command prompt, then:

  1. Install the software: pip install -r requirements.txt
  2. Run the development server: python manage.py runserver
  3. Go to http://localhost:8000/ in your browser, or http://localhost:8000/admin/ to log in and get to work!

Documentation links

  • To customize the content, design, and features of the site see CodeRed CMS.
  • For deeper customization of backend code see Wagtail and Django.
  • For HTML template design see Bootstrap.

Made with ♥ using CodeRed CMS