Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1006 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 1006 Bytes

django-test-notebook

Collection Exercise and Give a random examination.

Env

Python3.6 + Django 2.2

Server Install

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.

Database security strategy

  1. Remove from git
  2. Backup every hour
  3. Keep backup as 3 days

First Close many issues

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.