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

Project for Content Tech Contractor Interviews.

Notifications You must be signed in to change notification settings

themotleyfool/content-tech-contractor-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Project for Content Tech Contractor Interviews.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published