Skip to content

cferguson/djcms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django CMS

Gettings Started

  • Install node (https://nodejs.org/en/)
  • npm install -g grunt-cli
  • pip install -r requirements.txt
  • python manage.py migrate

Creating Migrations

  • python manage.py makemigrations articles

Creating Supseruser

  • python manage.py createsuperuser

Running the website

  • python manage.py runserver

About

Django CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors