Vince Salvino f17ab4bbd2 Replace built-in SEO functionality with wagtailseo (#426) | il y a 3 ans | |
---|---|---|
.. | ||
mysite | il y a 3 ans | |
website | il y a 3 ans | |
.gitattributes | il y a 4 ans | |
.gitignore | il y a 4 ans | |
README.md | il y a 4 ans | |
manage.py | il y a 4 ans | |
requirements.txt | il y a 3 ans |
Code for site at: http://localhost
Make sure Python 3.5 or higher 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 CodeRed CMS.
For deeper customization of backend code see Wagtail and Django.
For HTML template design see Bootstrap.
Made with ♥ using Wagtail + CodeRed CMS