Skip to content

jperals/dyk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DYK

A simple small platform to share or record your small daily learnings.

You can currently see it in action at https://nerdlog.herokuapp.com.

Requirements

  • Python 3.6.8+
  • Virtualenv

Setup

Initialize a virtual environment:

python3 -m venv .venv

Activate it before starting the server:

source .venv/bin/activate

Install the dependencies the first time:

pip install -r requirements.txt

And start a development instance with

python manage.py runserver

You might want to refer to the Django documentation for more details.

About

A simple little Django platform to share or record your small daily learnings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published