Skip to content

jisoooh0202/django-activity-stream-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-activity-stream-practice

For the step by step guide, visit this post.

Here is the sample screenshot.

Screenshot

To Run the project

clone the repo and get into the project directory

cd djangog-activity-stream-practice

create virtualenv

python -m virtualenv venv

activate venv

source venv/bin/activate
venv/Script/activate # Windows

install requirements

pip install -r requirements.txt

create database

python manage.py migrate

create superuser

python manage.py createsuperuser

runserver

python manage.py runserver

Try login multiple times to see the activity.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published