Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/archtaqi/django-sample-projects

Sample Django Projects for Learning...
https://github.com/archtaqi/django-sample-projects

django django-rest-framework

Last synced: about 8 hours ago
JSON representation

Sample Django Projects for Learning...

Awesome Lists containing this project

README

        

# django-sample-projects

Sample Django Projects for Learning...

## Start a new project

```bash
$ mkdir django-github-authentication && cd django-github-authentication
$ pipenv install django django-allauth
$ pipenv shell
$ django-admin startproject config .
$ python manage.py startapp posts
```