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
-
Notifications
You must be signed in to change notification settings - Fork 1
License
SazhnevWIS/noodles_blog
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published