Skip to content

yogeshshasher/database-orm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

database-orm

Prerequisite

  • Install Mysql 5.6 server or latest

Database Setup

$ mysql -uroot -p
mysql> create database database_orm;

Django Project setup

$ git clone git@github.com:hashedin/database-orm.git
$ cd database-orm
$ virtualenv -p python .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ python manage.py migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%