I have issues with an installed bitnami pootle stack. How do I have to configure django-admin.py –settings=pootle.settings to enable the pootle commands found at: pootle:commands
Which is the correct path for the settings file?
/opt/pootle-2.1.6-1/apps/pootle/etc/pootle/localsettings.py?
/opt/pootle-2.1.6-1/apps/pootle/lib/pootle/settings.py?
Thanks&Regards
This is already replied in the BitNami forums but I also reply here for reference (I just found the question):
You can run administration commands to manage pootle from django-admin.py. To do this, you have to specify the pootle settings and path while executing django-admin.py. So, you can check your available pootle commands running:
And you can use, for instance, refresh_stats doing:
If you want to create a cron task, you can specify the bundled Python: