Skip to content

Common PythonCommands to help you get started in creating and deplying a new project.

Notifications You must be signed in to change notification settings

enockabere/Get-Started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Programming Guides

About

This repository highlights some quick guides on the following areas;

  • How to creating a new django application or linux and windows
  • Common Programming Errors and Solutions
  • How to deploy your django project to heroku
  • How to deploy your flask app to heroku
  • How to use cloudinary
  • Jinja Special placeholders
By Enock Abere

Making modifications

To make advancements/modifications, follow these steps:

  • Fork the repository
  • Create a new branch (git checkout -b x-feature)
  • Make the appropriate changes in the files
  • Add changes made
  • Commit your changes (git commit -am 'x-feature')
  • Push to the branch (git push origin x-feature)
  • Create a Pull Request

Technologies used

  • markdown

Contact details

Have any recommendations and/or questions, feel free to email me:maebaenock95@gmail.com

flowchart TD;
    A(Eat, Sleep, CODE, Repeat) --> B{While Alive};
    B--> True --> A;
    B--> False --> c((Heart Stopped));
Loading

About

Common PythonCommands to help you get started in creating and deplying a new project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published