Skip to content

karolmajta/superdevs-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

It's all standard python/django.

  1. Clone and cd into checkout dir:
git clone git@github.com:karolmajta/superdevs-assignment.git
cd superdevs-assignment
  1. Create and activate virtualenv. Install dependencies:
python -m venv virtualenv
source virtualenv/bin/activate
pip install -r requirements.txt
  1. Cd into django project:
cd swbrowser
  1. Run migrations:
python manage.py migrate
  1. Run the dev server:
python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published