Skip to content

kanikadhiman17/Spoken-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Spoken-Tutorial

A web app created using django framework

Requirements

Python 3.6 Django==2.0.3

How to run it?

Install virtualenv : $ sudo apt install python-virtualenv
Create a virtual environment : $ virtualenv env -p python3
Activate the env : $ source env/bin/activate
Change directory to spokentut : $ cd spokentut
Make migrations : $ python manage.py makemigrations
Migrate the changes to the database : $ python manage.py migrate
Run the server : $ python manage.py runserver

About

A web app created using django framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published