Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 621 Bytes

File metadata and controls

36 lines (22 loc) · 621 Bytes

content-tech-contractor-interview

Project for Content Tech Contractor Interviews.

Configure the Application

Run the following commands once to configure the application

pip install -r requirements.txt
python manage.py migrate
python manage.py loaddata datadump.json

Run the Server

python manage.py runserver

Website

http://127.0.0.1:8000

Admin

Admin: http://127.0.0.1:8000/admin

Admin Credentials

Username: admin
Password: admin

Acknowledgements

This project borrows liberally from the Django Girls Tutorial