Skip to content

SungjinYoo/BookShare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookShare

Hanyang Univ. book sharing system

Dependency

  • Python 2.7
  • virtualenvwrapper

Installation

  1. Do bash setup.sh from project root directory.
  2. Do ./keygen.py and append the text to activate script.
  3. Do workon bookstore.
  4. Read Instruction on setting South and do the right thing.
  5. Do ./manage.py runserver from project root directory.
  6. Profit!

Standard Migration Workflow

  1. Change model.
  2. python manage.py schemamigration --auto <app name> for schema change.
  3. python manage.py migrate <app name> for data change.

About

Hanyang Univ. book sharing system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published