Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 505 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 505 Bytes

django-network

django-network is a fake social network website, focusing on good design and simple usage. made with Django for CS50's Web programming course (Week 7).

Usage

To run this project locally, clone the repository, then run the following:

# Install dependancies
pip install -r requirements.txt

Then migrate database changes:

# Migrate DB
python manage.py migrate

Lastly start a local server:

# Install dependancies
python manage.py runserver