Advertisement
howardkhl

Untitled

Jul 16th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. ├── manage.py
  2. └── sdnsite
  3. ├── apps
  4. │   ├── __init__.py
  5. │   ├── origin
  6. │   │   ├── __init__.py
  7. │   │   ├── models.py
  8. │   │   ├── urls.py
  9. │   │   └── views.py
  10. │   └── star
  11. │   ├── __init__.py
  12. │   ├── models.py
  13. │   ├── urls.py
  14. │   └── views.py
  15. ├── __init__.py
  16. ├── settings.py
  17. ├── urls.py
  18. ├── wsgi.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement