Kevin Cummings eb9ea6354b Imports Fix 5 tahun lalu
..
project_name eb9ea6354b Imports Fix 5 tahun lalu
website 0396ecaee1 no flake8 errors for testproject 5 tahun lalu
.gitattributes b5135f3588 Enhancing project template (#58) 6 tahun lalu
.gitignore b38aaf8ed6 Ignore editor files in project_template; ignore multiple testproject folders in coderedcms (#156) 6 tahun lalu
Dockerfile b5135f3588 Enhancing project template (#58) 6 tahun lalu
README.md b5135f3588 Enhancing project template (#58) 6 tahun lalu
manage.py 46dda3eed2 Adding project to github 6 tahun lalu
requirements.txt 46dda3eed2 Adding project to github 6 tahun lalu

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