Closed
Description
I installed flat by the commands from the manual:
virtualenv --python=python3 env
. env/bin/activate
pip install FoLiA-Linguistic-Annotation-Tool
export PYTHONPATH=/home/bingobongo/code/flat/
export DJANGO_SETTINGS_MODULE=settings
django-admin migrate --run-syncdb
export PYTHONPATH=/home/bingobongo/code/flat/
export DJANGO_SETTINGS_MODULE=settings
django-admin migrate --run-syncdb
django-admin createsuperuser
with the default settings, without the raise error line. and then started the servers:
django-admin runserver &
foliadocserve -d "/home/bingobongo/code/flat/" -p 8080 --git
If I go to "localhost:8000", I can log in to the created account and upload a file I converted to folia-xml. But then I get some error, before some submission.
Looks similar to issue #128, but selecting twice is not required for me.
Is there something wrong with my configuration?
If there is some help, let me know!
PS: And I have a problem, how to write a new set definition. I read the documentation, but its a little bit sparse, if one hasn't any idea. Have you anywhere an example, where I could get some idea from, how it could look in the end?