Skip to content

deepak216/Ajax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ajax

Ajax call using python's flask framework.

But before running it install the virtual environment. http://virtualenvwrapper.readthedocs.io/en/latest/install.html is a nice article on how to install virtual environment. Further if you want to explore more about flask follow this link http://flask.pocoo.org/docs/0.12/quickstart/

After installing the virtualenv and to run the application first create a new virtualenv and activate it . Type the following command in the terminal:

  1. virtualenv Test #or you can choose any other name

  2. source bin/activate

finally to run the file

  1. python test.py

About

Ajax call using python's flask framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published