The code behind the QOF Datbase website - www.gpcontract.co.uk
$ mkvirtualenv -a pwd qof
$ pip install -r requirements.txt
$ cp local_settings.py.example local_settings.py
Edit local_settings.py as appropriate.
$ python manage.py syncdb
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The code behind the QOF Datbase website - www.gpcontract.co.uk
$ mkvirtualenv -a pwd qof
$ pip install -r requirements.txt
$ cp local_settings.py.example local_settings.py
Edit local_settings.py as appropriate.
$ python manage.py syncdb