Skip to content

neuromat/podcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neuromat's Podcast Website

This repository contains the source for Neuromat's podcast blog.

The steps recommended for deploying this project are:

virtualenv --python=python3 podcast_env
cd podcast_env
source bin/activate
git clone https://github.com/neuromat/podcast
cd podcast
pip install -r requirements.txt

# SETUP YOUR WSGI AND LOCAL SETTINGS FILES

python manage.py migrate
python manage.py collectstatic
python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published