Skip to content
This repository has been archived by the owner. It is now read-only.

Amir1Mohammad/Tarvij

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tarvij

first install python package :

$ virtualenv env

Now install the python Packages :

$ pip install -r requirements.txt

Create the DB tables :

$ python database.py create
$ python main.py database create

if you need to drop the tables (careful if you drop the DB , all the tables will be lost):

$ python main.py database drop

if you need to recreate the table :

$ python main.py database recreate/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published