Git Product home page Git Product logo

ghrsbackend's Introduction

Django Starter Template (Python)

django-rest boilerplate for 4Geeks Academy students (ready for deployment on heroku if needed)

Features

  • Production-ready configuration for Static Files, Database Settings, Gunicorn, etc.
  • Enhancements to Django's static file serving functionality via WhiteNoise.
  • Latest Python 3.6 runtime environment.

How to Use

To use this project, follow these steps:

  1. Make sure you have python 3.6 installed, if you are using Cloud 9 you can install it by typing:
$ pyenv install 3.6.6   (this step takes a while)
$ pyenv global 3.6.6
  1. Install Django and pipenv ($ sudo pip install django pipenv)
  2. Make sure your current folder is empty. $ ls (if you do ls, it should show nothing, no files)
  3. Create a new project using the 4Geeks Academy django-rest-hello template:
$ django-admin startproject <your_project_name> . --template=https://github.com/4GeeksAcademy/django-rest-hello/archive/master.zip --name=Procfile

You can replace <your_project_name> with your desired project name. 5. Install any defaul packages (similar to npm install when using javascript) and get inside your recently created python envirnoment

$ pypenv install
$ pipenv shell
  1. Run the migrations
$ python manage.py migrate
  1. Start the python server
$ python manage.py runserver $IP:$PORT

What next?

Your python API should be running smoothly.

Deploy your project to Heroku

$ git init
$ git add -A
$ git commit -m "Initial commit"

$ heroku create
$ git push heroku master

$ heroku run python manage.py migrate

Aditional Tutorials

Packages Being Used (Documentation)

ghrsbackend's People

Contributors

floviera avatar vicks1008 avatar

Watchers

Alejandro Sanchez avatar James Cloos avatar  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.