Skip to content

G-Nat/django-cms-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

django-cms-boilerplate

Installation

  • Set up a new virtualenv
  • Create a new django-project
  • Replace the new project directory with this django-cms-boilerplate project
  • Activate your virtualenv to make sure you install the requirements only in this virtualenv
  • Change the current working directory to the new django-cms-boilerplate directory
  • Run "pip install -r requirements.txt" to install all requirements for this project in the fresh new virtualenv
  • Run "pythonX.X manage.py syncdb" and create the new superuser when prompted
  • Run "pythonX.X manage.py migrate" to migrate the database
  • Display your site in a browser, login and create new pages in the django-cms

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published