Setting up a development environment
Fork and clone the
django-wikirepo from Github,cdinto it.Install hatch with your favorite package manager.
Inside
django-wikidirectory, initialize the environment:$ hatch env create
Launch a new shell session in order to activate the environment:
$ hatch shell
And done, you can start developing in
django-wiki.