8000 GitHub - fiedosiukr/django-blog-api: A simple REST API providing a basic blog functionality.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fiedosiukr/django-blog-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-boilerplate

Start Django development fast!

This repository is a boilerplate code that allows you to quickly start the development.

Getting started

In order to create a new Django project, follow the steps:

  1. Clone the repository
  2. Create a virtual environment using virtualenv venv and install all dependencies with pip3 install -r requirements.txt
  3. Change variables located in .env file (SECRET_KEY, database configuration later on)
  4. Rename the project with python3 manage.py rename boilerplate <new_project_name>

About

A simple REST API providing a basic blog functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0