Vince Salvino f17ab4bbd2 Replace built-in SEO functionality with wagtailseo (#426) 3 tahun lalu
..
mysite f17ab4bbd2 Replace built-in SEO functionality with wagtailseo (#426) 3 tahun lalu
website f17ab4bbd2 Replace built-in SEO functionality with wagtailseo (#426) 3 tahun lalu
.gitattributes 925f0e4b6b Getting started and advanced tutorials (#362) 4 tahun lalu
.gitignore 925f0e4b6b Getting started and advanced tutorials (#362) 4 tahun lalu
README.md 925f0e4b6b Getting started and advanced tutorials (#362) 4 tahun lalu
manage.py 925f0e4b6b Getting started and advanced tutorials (#362) 4 tahun lalu
requirements.txt 01f605f37f Django autofields (#429) 3 tahun lalu

README.md

My Company Inc. website

Code for site at: http://localhost

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:

    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 Wagtail + CodeRed CMS