Skip to content

digvijay7/RepeatedQuerying

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RepeatedQuerying

A Django app such that a browser makes an ajax request each 5 seconds

To use this app:

  1. Clone the repository

  2. Go to settings.py, change the username and password of the database to your mysql username and password

  3. Log in to your mysql, execute the command: "create database demoapp2"

  4. cd to the directory of your app

  5. run "python manage.py syncdb"

  6. run "python manage.py runserver"

  7. Open 127.0.0.1:8000. Here you go!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published