Vince Salvino 37059634bd Switch to Wagtail 5 (#597) | 1 سال پیش | |
---|---|---|
.. | ||
mysite | 1 سال پیش | |
website | 1 سال پیش | |
.gitattributes | 4 سال پیش | |
.gitignore | 4 سال پیش | |
README.md | 2 سال پیش | |
manage.py | 4 سال پیش | |
requirements.txt | 2 سال پیش |
Code for site at: http://localhost
Make sure a recent version of Python is installed on your system. Open this directory in a command prompt, then:
Install the software:
pip install -r requirements.txt
Run the development server:
python manage.py runserver
Go to http://localhost:8000/ in your browser, or http://localhost:8000/admin/ to log in and get to work!
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