Collection Exercise and Give a random examination.
Python3.6 + Django 2.2
In my server, I put it in jupyter notebook control document.
/home/ipynb/Notebook/django-test-notebook/
After checkout from this repository and cd to "Notebook". Then run django server
python3 manage.py runserver
Or If you want to let others see your demo through Internet, then:
python3 manage.py runserver 0.0.0.0:<your port>
Then search it in browser.
- Remove from git
- Backup every hour
- Keep backup as 3 days
For memory.
To close an issue in the same repository, use one of the keywords above followed by a reference to the issue number. For example, a commit message with Fixes #45 will close issue 45 in that repository once the commit is merged into the default branch.
If the commit is in a non-default branch, the issue will remain open and the issue will be referenced with a tooltip.