plain.dev 0.7.6__py3-none-any.whl → 0.8.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
plain/dev/cli.py CHANGED
@@ -90,13 +90,21 @@ class Dev:
90
90
  pid.write()
91
91
 
92
92
  try:
93
- mkcert_manager = MkcertManager()
94
- mkcert_manager.setup_mkcert(install_path=Path.home() / ".plain" / "dev")
95
- self.ssl_cert_path, self.ssl_key_path = mkcert_manager.generate_certs(
96
- domain=self.domain,
97
- storage_path=Path(settings.PLAIN_TEMP_PATH) / "dev" / "certs",
98
- )
99
- self.modify_hosts_file()
93
+ if "CODESPACES" in os.environ:
94
+ codespace_name = os.environ["CODESPACE_NAME"]
95
+ codespace_forward_domain = os.environ[
96
+ "GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN"
97
+ ]
98
+ self.domain = f"https://{codespace_name}.{codespace_forward_domain}"
99
+ else:
100
+ mkcert_manager = MkcertManager()
101
+ mkcert_manager.setup_mkcert(install_path=Path.home() / ".plain" / "dev")
102
+ self.ssl_cert_path, self.ssl_key_path = mkcert_manager.generate_certs(
103
+ domain=self.domain,
104
+ storage_path=Path(settings.PLAIN_TEMP_PATH) / "dev" / "certs",
105
+ )
106
+ self.modify_hosts_file()
107
+
100
108
  self.set_csrf_and_allowed_hosts()
101
109
  self.run_preflight()
102
110
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: plain.dev
3
- Version: 0.7.6
3
+ Version: 0.8.0
4
4
  Summary: Local development tools for Plain.
5
5
  Home-page: https://plainframework.com
6
6
  License: BSD-3-Clause
@@ -1,6 +1,6 @@
1
1
  plain/dev/README.md,sha256=BQDaRKfsafIPzx7vtVt-zS-a8l6sxbQThhQTvu7tp3Y,3699
2
2
  plain/dev/__init__.py,sha256=C1JrkNE5XX2DLgBXXLAV_UyhofwVd0ZPL59fPUMbOKo,139
3
- plain/dev/cli.py,sha256=nu6-2UAe_Z0_J8_pDx96UjYco2Zuls0h8MG6Pg965lM,9316
3
+ plain/dev/cli.py,sha256=4X3zSo_RbbRFv0f4egFNoXoMuHzZoetK-c3PeouS-1A,9689
4
4
  plain/dev/config.py,sha256=h6o5YZtJhg-cFIWoqIDWuMCC5T09cxEsBaa3BP4Nii0,632
5
5
  plain/dev/contribute/__init__.py,sha256=9ByBOIdM8DebChjNz-RH2atdz4vWe8somlwNEsbhwh4,40
6
6
  plain/dev/contribute/cli.py,sha256=qZ7YmE_upbw-Y5NRpvaHnJTPp9kvn21fPQ7G0n1LAkg,2277
@@ -26,8 +26,8 @@ plain/dev/templates/dev/requests.html,sha256=kQKJZq5L77juuL_t8UjcAehEU61U4RXNnKa
26
26
  plain/dev/urls.py,sha256=b4NL2I6Ok-t7nTPjRnKoz_LQRttE3_mp8l2NlmeYQ9I,146
27
27
  plain/dev/utils.py,sha256=4wMzpvj1Is_c0QxhsTu34_P9wAYlzw4glNPfVtZr_0A,123
28
28
  plain/dev/views.py,sha256=r2Ivk7OXytpRhXq4DZpsb7FXNP9vzmEE3D5kLajYG4w,1073
29
- plain_dev-0.7.6.dist-info/LICENSE,sha256=YDg-l_Rj7LVP5uDXy04eQPGb_DYVXAHAHYd9r3pU1Cg,2713
30
- plain_dev-0.7.6.dist-info/METADATA,sha256=8gfoxD_uk5E-EEJInuGxICSaPa1oZ07mLew3TNJrr5M,4675
31
- plain_dev-0.7.6.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
32
- plain_dev-0.7.6.dist-info/entry_points.txt,sha256=rBo-S4THn07f55UwHBuUhIbDhlUq3EzTOD8mIb5fGQg,99
33
- plain_dev-0.7.6.dist-info/RECORD,,
29
+ plain_dev-0.8.0.dist-info/LICENSE,sha256=YDg-l_Rj7LVP5uDXy04eQPGb_DYVXAHAHYd9r3pU1Cg,2713
30
+ plain_dev-0.8.0.dist-info/METADATA,sha256=7a9iLx-8rYiEZntBRHg3vWjUYlPkRx9k7T686lZ0sdE,4675
31
+ plain_dev-0.8.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
32
+ plain_dev-0.8.0.dist-info/entry_points.txt,sha256=rBo-S4THn07f55UwHBuUhIbDhlUq3EzTOD8mIb5fGQg,99
33
+ plain_dev-0.8.0.dist-info/RECORD,,