Browse Source

Rename web -> pyi2phosts

pull/1/head
Hidden Z 14 years ago
parent
commit
6fb4d60ce6
  1. 1
      pyi2phosts
  2. 0
      pyi2phosts/__init__.py
  3. 0
      pyi2phosts/extsources/__init__.py
  4. 0
      pyi2phosts/extsources/admin.py
  5. 0
      pyi2phosts/extsources/models.py
  6. 0
      pyi2phosts/jump/__init__.py
  7. 0
      pyi2phosts/jump/urls.py
  8. 0
      pyi2phosts/jump/views.py
  9. 0
      pyi2phosts/lib/__init__.py
  10. 0
      pyi2phosts/lib/utils.py
  11. 0
      pyi2phosts/lib/validation.py
  12. 0
      pyi2phosts/manage.py
  13. 0
      pyi2phosts/other/__init__.py
  14. 0
      pyi2phosts/other/views.py
  15. 0
      pyi2phosts/postkey/__init__.py
  16. 0
      pyi2phosts/postkey/admin.py
  17. 0
      pyi2phosts/postkey/models.py
  18. 0
      pyi2phosts/postkey/urls.py
  19. 0
      pyi2phosts/postkey/views.py
  20. 0
      pyi2phosts/settings.py
  21. 0
      pyi2phosts/templates/404.html
  22. 0
      pyi2phosts/templates/admin/base_site.html
  23. 0
      pyi2phosts/templates/base.html
  24. 0
      pyi2phosts/templates/index.html
  25. 0
      pyi2phosts/templates/jump-error.html
  26. 0
      pyi2phosts/templates/jump-unknown.html
  27. 0
      pyi2phosts/templates/jump.html
  28. 0
      pyi2phosts/templates/local/policy.html
  29. 0
      pyi2phosts/templates/postkey.html
  30. 0
      pyi2phosts/templates/success_submission.html
  31. 0
      pyi2phosts/urls.py
  32. 1
      web

1
pyi2phosts

@ -1 +0,0 @@ @@ -1 +0,0 @@
web

0
web/__init__.py → pyi2phosts/__init__.py

0
web/extsources/__init__.py → pyi2phosts/extsources/__init__.py

0
web/extsources/admin.py → pyi2phosts/extsources/admin.py

0
web/extsources/models.py → pyi2phosts/extsources/models.py

0
web/jump/__init__.py → pyi2phosts/jump/__init__.py

0
web/jump/urls.py → pyi2phosts/jump/urls.py

0
web/jump/views.py → pyi2phosts/jump/views.py

0
web/lib/__init__.py → pyi2phosts/lib/__init__.py

0
web/lib/utils.py → pyi2phosts/lib/utils.py

0
web/lib/validation.py → pyi2phosts/lib/validation.py

0
web/manage.py → pyi2phosts/manage.py

0
web/other/__init__.py → pyi2phosts/other/__init__.py

0
web/other/views.py → pyi2phosts/other/views.py

0
web/postkey/__init__.py → pyi2phosts/postkey/__init__.py

0
web/postkey/admin.py → pyi2phosts/postkey/admin.py

0
web/postkey/models.py → pyi2phosts/postkey/models.py

0
web/postkey/urls.py → pyi2phosts/postkey/urls.py

0
web/postkey/views.py → pyi2phosts/postkey/views.py

0
web/settings.py → pyi2phosts/settings.py

0
web/templates/404.html → pyi2phosts/templates/404.html

0
web/templates/admin/base_site.html → pyi2phosts/templates/admin/base_site.html

0
web/templates/base.html → pyi2phosts/templates/base.html

0
web/templates/index.html → pyi2phosts/templates/index.html

0
web/templates/jump-error.html → pyi2phosts/templates/jump-error.html

0
web/templates/jump-unknown.html → pyi2phosts/templates/jump-unknown.html

0
web/templates/jump.html → pyi2phosts/templates/jump.html

0
web/templates/local/policy.html → pyi2phosts/templates/local/policy.html

0
web/templates/postkey.html → pyi2phosts/templates/postkey.html

0
web/templates/success_submission.html → pyi2phosts/templates/success_submission.html

0
web/urls.py → pyi2phosts/urls.py

1
web

@ -0,0 +1 @@ @@ -0,0 +1 @@
pyi2phosts
Loading…
Cancel
Save