Advertisement
Guest User

Untitled

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