Instructions to run
Clone this git repo. Navigate (cd) to this jsonfield-testing directory, activate a new virtual environment (virtualenv env_name
, then source env_name/bin/activate
).
Then run the following command
pip install -r requirements.txt
After installing successfully, run the following commands
python3 manage.py runserver
You should get something similar to this
Watching for file changes with StatReloader
Performing system checks...
System check identified no issues (0 silenced).
July 02, 2021 - 15:27:04
Django version 3.2.4, using settings 'crim_clean.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.