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