Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dhope-nagesh committed Jan 9, 2018
1 parent dfcabdc commit 58cfcab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
## Prerequisite
- Install Mysql 5.6 server or latest

## Database Setup
```bash
$ mysql -uroot -p
mysql> create datatbase database_orm;
```

## Django Project setup
```bash
$ git clone [email protected]:hashedin/database-orm.git
Expand All @@ -11,10 +17,4 @@ $ virtualenv -p python .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ python manage.py migrate
```

## Database Setup
```bash
$ mysql -uroot -p
mysql> create datatbase database_orm;
```

0 comments on commit 58cfcab

Please sign in to comment.