Skip to content

boworkgo/Past-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Past Patterns

This site lets someone write about their day and analyzes what they do, hopefully revealing some past patterns.

Installation

Use pip to install Django.

pip install django --user

Usage

Clone this repository and navigate to it. Create past/secret.py and put in it SECRET_KEY=[your secret key]. Then, type

python manage.py migrate
python manage.py makemigrations
python manage.py runserver

and navigate to localhost:8000/posts/.

Sources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published