Skip to content

Track your learning. Make your own Learning Log, and keep a list of the topics you're learning about. Whenever you learn something new about a topic, make an entry summarizing what you've learned.

Notifications You must be signed in to change notification settings

VinCoD/learning_logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How To Use This Django Repository:

$ git clone https://github.com/VinCoD/learning_logs.git
$ cd learning_logs
$ virtualenv ll_env
$ source ll_env/bin/activate
$ pip install django
$ touch secret_settings.py

in the secret_settings folder, add the following code:

SECRET_KEY = 'your_django_security key'
DEBUG = True
ALLOWED_HOSTS = []

Note:

  • Security Key can be found under settings.py of another django project, i can't share that here.
  • If you don't know how to find one:
  • create a new django project of your own, and in the settings.py you will find SECRET_KEY, copy the code and paste it under secret settings.py

Regards

About

Track your learning. Make your own Learning Log, and keep a list of the topics you're learning about. Whenever you learn something new about a topic, make an entry summarizing what you've learned.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published