Skip to content

SazhnevWIS/noodles_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is our small web-framework, based on gevent (gevent.org).

Quickstart

mkdir helloworld                                                               #create a directory structure for your project
git clone host:../NoodlesFramework.git helloworld/noodles                      # clone it to noodles directory
cd helloworld && noodles/manage.py init                                        # copy the project template to your project dir
virtualenv venv && source venv/bin/activate && pip install -r requirements.txt # create a virtual environment, install dependencies
./runserver.py                                                                 # we are good to go. point your browser to the address

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages