← Back to team overview

ubuntu-accomplishments-contributors team mailing list archive

Re: Web editor

 

> If your fix was the import then that was the problem.  I made the same change locally to fix it.

Yup that's it!

Jono, I see you removed the sed stuff from the spec wiki page, but you
need to add the copy settings sample and checkaccom steps, for example
like this:

<blockquote>
(...)

Now, inside the accomplishments-web-editor directory create
settings.py as a copy of the sample:

cp settings.py.sample settings.py

.. and create Django's database:

python manage.py syncdb

... and import the accomplishments which you have installed in ~/accomplishments

python manage.py checkaccom

Now, run the server:

python manage.py runserver

(...)
</blockquote>

Cheers,
Janos
--
Janos Gyerik
http://titan2x.com/


References