Skip to content

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

Notifications You must be signed in to change notification settings

pmargani/Django-ExtJS-Mashup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published