← Back to team overview

ubuntu-accomplishments-contributors team mailing list archive

Web editor

 

Hi,

I'm interested in this too!

I pushed a few tweaks to
lp:~janos-gyerik/ubuntu-accomplishments-system/accomplishments-web-editor

In that branch I propose the following changes:
- move the hardcoded path from editor/views.py to settings.py
- use os.environ['HOME'] to get home instead of '/home/something'
- use a sqlite3 file in the django project dir, not somewhere outside
- do not include settings.py in the repo, include a sample instead

As a result the project now works not only in Linux, and you don't
need the sed commands and mkdir ~/source, instead you need: cp
settings.py.sample settings.py

Is there an IRC channel where the project members hang out?

Cheers,
Janos
--
Janos Gyerik
http://www.janosgyerik.com/


Follow ups