Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- vagrant@tenyks:/etc/tenyks$ ls -l
- total 8
- -rwxr-xr-x 1 root root 876 Feb 12 16:48 config-bak.json
- -rwxr-xr-x 1 root root 876 Feb 12 16:46 config.json
- vagrant@tenyks:/etc/tenyks$ tenyks
- Traceback (most recent call last):
- File "/usr/local/bin/tenyks", line 9, in <module>
- load_entry_point('tenyks==0.2.1', 'console_scripts', 'tenyks')()
- File "/usr/local/lib/python2.7/dist-packages/tenyks/core.py", line 213, in main
- collect_settings()
- File "/usr/local/lib/python2.7/dist-packages/tenyks/config.py", line 92, in collect_settings
- raise NotConfigured(message)
- tenyks.config.NotConfigured:
- You need to provide a settings module.
- Use `tenyksmkconfig > /path/to/settings.py` and run Tenyks with
- `tenyks /path/to/settings.py` after you edit it accordingly.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement