Python Package for Reloading Django Server at some specific time once every day,Note: this package only works in django installed in windows os.
Project description
At the top of your setting.py file in django add :
from django_server_autoreload.Django_AutoReloader import Autoreload_Django
At the End of settings.py file add the bellow code.
Avoid using keybordshort shortcuts Ctrl +s or Ctrl + c when using this package ,this will make the server stop responding to requests because this module kills #and creates anew dajngo main thread for you.
re_run=Autoreload_Django(reload_time="03:00",app_url="127.0.0.1:8080")
re_run.refresh.start()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_server_autoreload-1.4.5.tar.gz.
File metadata
- Download URL: django_server_autoreload-1.4.5.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.6.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c43a2f7064cf4388601e77427e81c3ffa7689fcdcc3e4dbd58cc0ed556d1b69
|
|
| MD5 |
88107ec9c6e1386c4a982559bcc55904
|
|
| BLAKE2b-256 |
bbb4e13aeb76f67add1b0d0812b6d6068b574515800b5ae1b769c276ea1aa508
|
File details
Details for the file django_server_autoreload-1.4.5-py3-none-any.whl.
File metadata
- Download URL: django_server_autoreload-1.4.5-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.6.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e276f61e8f26051c13b5f3dbc7e8c12b06748e4a5a3410d9e1a4c311de79e9d2
|
|
| MD5 |
b6a157b22c28e1a34b3e37b289c81a0f
|
|
| BLAKE2b-256 |
5599683bbaf40f581a50adf85c52a4fd3b1d80d760dee8338974c2db0cc30be0
|