/Django-ExtJS-Mashup

The result of getting the Django and ExtJS startup tutorials to work together.

Primary LanguageJavaScript

Django-ExtJS-Mashup

The result of getting the Django and ExtJS startup tutorials to work together.

Setup

  • cd to top of repo
  • cp settings.py.default to settings.py
  • edit settings.py
    • look for # MODIFY
    • paths should point to where you cloned this repo
  • create the necessary postgres DB
  • create a symbolic link to the extjs 4.1.1 library
    • cd polls/static/js
    • mkdir lib; cd lib
    • ln -s /home/gbpht/enigma/extern/extjs-4.1.1 extjs
  • create a symbolic link to doulbe for Django-ExtJS-Mashup dir
    • apparently you can't use '-' in an import statement!
    • make a symbolic link to this dir as Django_ExtJS_Mashup
    • TBF: change name of repo and this dir to not use '-'

Running