Skip to content

markx/HCIProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HCIProject

In class project for HCI course

###Dev ####set up

  1. Install Python 2.7 and pip
  2. pip install -r requirements.txt
  3. python manage.py migrate
  4. To use local settings:
  • create hciproject/settings_dev.py
  • put anything here. For example:
    
    DEBUG = True  
    
    DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.sqlite3',
        'NAME': os.path.join(os.path.dirname(os.path.dirname(__file__)), 'db.sqlite3'),
    }
    

}

```

####Run

python manage.py runserver

About

In class project for HCI course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •