Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 796 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 796 Bytes

JSONFIELD TESTING

Instructions to run

Installation

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

Run

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.