Skip to content

Ninpo/django-resume-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-resume-builder

This is the base project for the SteamaCo Django resume builder assessment.

Setup

  • Install python (version 2), pip, and virtualenv for your platform.
  • Clone this repository.
  • Create a virtual environment in the repository's base directory. env has already been added to the .gitignore.
  • Install the dependencies in requirements.txt.
  • Run python manage.py migrate. This will create a local database, db.sqlite3.
  • Optional: Create a superuser using python manage.py createsuperuser. This account may be used to access the Django admin site at /admin/.

Local server

python manage.py runserver

Code style

This repository follows the PEP8 standard. pycodestyle apps/ should produce no warnings.

About

SteamaCo Django resume builder assessment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published