Skip to content

BasicPixel/django-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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