Skip to content

Aiky30/django-oscar-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-oscar-boilerplate

Requirements

This project has been built using Django 2.1

Installation

Install the project dependancies

pip install -r ./requirements.txt

Create the database structure

python manage.py migrate

Create a user to login. Note: The oscar login requires an email address

python manage.py createsuperuser

Run the project

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages