Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skkallayath committed Nov 25, 2017
1 parent 8460670 commit 9964f39
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,78 +6,78 @@ The project uses django framework for backend and admin panel and Jquery Bracket

## Setup

Clone the project
#### Clone the project
```
$ git clone https://github.com/skkallayath/django-knockout-fixture-generator
$ cd django-knockout-fixture-generator
```

Create virtual env
#### Create virtual env
```
$ python3 -m virtualenv env
$ source env/bin/activate
```

Install packages from requirements.txt
#### Install packages from requirements.txt
```
(env) $ pip install -r requirement.txt
```

Setup databse
#### Setup databse
```
(env) $ python manage.py migrate
```

Create superuser to access admin panel
#### Create superuser to access admin panel
```
(env) $ python manage.py createsuperuser
```

## Run application
### Run application

```
(env) $ python manage.py runserver
```


## Admin
## UI

Login to `/admin` with the credentials of superuser.
### Home page

### Add Fixture
![Home Page](https://github.com/raw/skkallayath/django-knockout-fixture-generator/master/screenshots/fixtures%20ui.PNG)

![alt text](https://github.com/raw/skkallayath/django-knockout-fixture-generator/master/screenshots/add%20fixture.png)
### Upcoming matches

![Upcoming matches](https://github.com/raw/skkallayath/django-knockout-fixture-generator/master/screenshots/matches%20ui.PNG)

### Generate Knockout Fixture
### Fixture

![alt text](https://github.com/raw/skkallayath/django-knockout-fixture-generator/master/screenshots/Generate%20fixture.png)
![Fixture](https://github.com/raw/skkallayath/django-knockout-fixture-generator/master/screenshots/fixture%20ui.PNG)

![alt text](https://github.com/raw/skkallayath/django-knockout-fixture-generator/master/screenshots/Fixture%20generated.png)

### Matches of a fixture
## Admin

![alt text](https://github.com/raw/skkallayath/django-knockout-fixture-generator/master/screenshots/Matches.png)
Login to `/admin` with the credentials of superuser.

### Add Fixture

### Updating match results
![Add Fixture](https://github.com/raw/skkallayath/django-knockout-fixture-generator/master/screenshots/add%20fixture.PNG)

![alt text](https://github.com/raw/skkallayath/django-knockout-fixture-generator/master/screenshots/Update%20results.png)

### Generate Knockout Fixture

## UI
![Generate Knockout Fixture](https://github.com/raw/skkallayath/django-knockout-fixture-generator/master/screenshots/Generate%20fixture.PNG)

### Home page
![Generate Knockout Fixture - Message](https://github.com/raw/skkallayath/django-knockout-fixture-generator/master/screenshots/Fixture%20generated.PNG)

![alt text](https://github.com/raw/skkallayath/django-knockout-fixture-generator/master/screenshots/fixtures%20ui.png)
### Matches of a fixture

### Upcoming matches
![Matches of a fixture](https://github.com/raw/skkallayath/django-knockout-fixture-generator/master/screenshots/Matches.PNG)

![alt text](https://github.com/raw/skkallayath/django-knockout-fixture-generator/master/screenshots/matches%20ui.png)

### Fixture
### Updating match results

![alt text](https://github.com/raw/skkallayath/django-knockout-fixture-generator/master/screenshots/fixture%20ui.png)
![Match results](https://github.com/raw/skkallayath/django-knockout-fixture-generator/master/screenshots/Update%20results.PNG)


## About
Expand Down

0 comments on commit 9964f39

Please sign in to comment.