Skip to content

rain01/ti_ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TI Example

Overview

This is a two page application. There is a users page with basic CRUD operations. Second page shows logs of all CRUD operations made on users page.

Requirements

  • Python (2.7)

Setup

Install requirements using pip...

pip install -r requirements.txt

Then run the migrations

python manage.py migrate

Run server

python manage.py runserver 0.0.0.0:8000

You can now open the app in your browser at http://127.0.0.1:8000/.

Tech used

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published