2
0
Vince Salvino b8bca464f4 More renaming 2 жил өмнө
..
project_name 99cf815c81 Rename coderedcms folder wagtailcrx 2 жил өмнө
website b8bca464f4 More renaming 2 жил өмнө
.editorconfig 99cf815c81 Rename coderedcms folder wagtailcrx 2 жил өмнө
.gitattributes 99cf815c81 Rename coderedcms folder wagtailcrx 2 жил өмнө
.gitignore 99cf815c81 Rename coderedcms folder wagtailcrx 2 жил өмнө
README.md 99cf815c81 Rename coderedcms folder wagtailcrx 2 жил өмнө
manage.py 99cf815c81 Rename coderedcms folder wagtailcrx 2 жил өмнө
requirements-dev.txt 99cf815c81 Rename coderedcms folder wagtailcrx 2 жил өмнө
requirements.txt 99cf815c81 Rename coderedcms folder wagtailcrx 2 жил өмнө

README.md

{{ sitename }} website

Code for site at: http://{{ domain }}

Getting started

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

  1. Install the software, and the dev tooling:

    pip install -r requirements.txt -r requirements-dev.txt
    
  2. Build the Sass:

    python manage.py sass -g website/static/website/src/custom.scss website/static/website/css/
    

To build the Sass automatically whenever you change a file, add the --watch option and run it in a separate terminal. To build a compressed/minified production version, add the -t compressed option. For more options, see django-sass.

  1. Run the development server:

    python manage.py runserver
    
  2. 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 Wagtail CRX.

  • For deeper customization of backend code see Wagtail and Django.

  • For HTML template design see Bootstrap.


Made with ♥ using Wagtail + CodeRed Extensions