GithubHelp home page GithubHelp logo

newdjango's Introduction

NewDjango

my app on heroku now added on another machine auto store

======================================= importand links to usefull to stat up

1: Django heroku setup: https://devcenter.heroku.com/articles/getting-started-with-django

2: Django full set up : http://www.deploydjango.com/heroku/index.html

3: startup Django : https://docs.djangoproject.com/en/1.6/intro/tutorial01/ Helpfull : http://mattyjwilliams.blogspot.in/2011/11/heroku-and-ubuntu.html #if not able to deply public key is not authenticating but still not working solution 4: Eclicps setup : http://techs.studyhorror.com/how-develop-django-project-pydev-eclipse-i-12

5: Mysql and other setup :http://www.realpython.com/blog/python/migrating-your-django-project-to-heroku/#.UvN4Xd_FtTM

6: upload images django part: https://devcenter.heroku.com/articles/cloudinary

======================================== important command

1:for point virtual enviroment : $source venv/bin/activate

2:For satisfy system requiremnt: : $pip install -r requirements.txt

3:run djangocode : $python manage.py runserver (optional)ip:port

4:git command required : ---

                     i) $git status # view changes

                    ii) $git add path/to/file # add the file changes done

                   iii) $git commit -m "message" # add comit messge and now ready

                    iv) $git push origin master # push on to the git hub repo    

5: push on heroku : $git push heroku master

6: oprn it on default browser : $heroku open

============================================ git password store method

1: git config --global credential.helper store # it store password ask onlr once for first commit

2: git config --global credential.helper cache #for some period of time 15 min

3: git config --global credential.helper 'cache --timeout=600' # for time interval for seconds 600=10 mins

4: t config remote.origin.url https://username:[email protected]/gtrdotmcs/NewDjango.git

newdjango's People

Contributors

gtrdotmcs avatar

Stargazers

Angus H. avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.