Vince Salvino f196ff50de Remove wagtail-import-export (#495) před 2 roky
..
mysite f196ff50de Remove wagtail-import-export (#495) před 2 roky
website 1fc06b44d4 Change name to "Wagtail CRX" (#456) před 2 roky
.gitattributes 925f0e4b6b Getting started and advanced tutorials (#362) před 4 roky
.gitignore 925f0e4b6b Getting started and advanced tutorials (#362) před 4 roky
README.md 1fc06b44d4 Change name to "Wagtail CRX" (#456) před 2 roky
manage.py 925f0e4b6b Getting started and advanced tutorials (#362) před 4 roky
requirements.txt 6f55438d42 Wagtail 2.16 upgrade (#470) před 2 roky

README.md

My Company Inc. website

Code for site at: http://localhost

Getting started

Make sure a recent version of Python 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 Wagtail CRX.

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

  • For HTML template design see Bootstrap.


Made with ♥ using Wagtail + CodeRed Extensions