Skip to content

AnandSingh/anandkrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Personal blog for anandkrs.com

Install the virtualenv and activate the venv

 $ pip install virtualenv
 $ cd myproject/
 $ virtualenv venv

or

 $ virtualenv venv --distribute

If you want your virtualenv to also inherit globally installed packageA

 $ virtual venv --system-site-packages

Install the project dependencies

 $ pip install -r requirements.rxt

Acitivate the venv

 $ source venv/bin/activate

https://simpleisbetterthancomplex.com/tutorial/2016/07/26/how-to-reset-migrations.html

Running our tests

 $ python manage.py jenkins --enable-coverage

For deployment

 $ fab deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published