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

https://github.com/ayemunhossain/django

This repo is contains many django projects for learning.
https://github.com/ayemunhossain/django

ayemunhossain django django-admin django-blog django-project django-rest-framework django2 django3 python python3

Last synced: about 1 year ago
JSON representation

This repo is contains many django projects for learning.

Awesome Lists containing this project

README

          

# Django Proejct Collections
## _Ummy things, Ever_

[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger)

Django is a python web framwork.
Django can be used for
- Ecommerce systems.
- Client relationship management (CRM) systems;
- Content management systems (CMS) for internal and commercial use;
- Communication platforms;
- Booking engines;
- Document administration platforms;
- Among other things, Django is great for:
- Algorithm-based generators;
- Emailing solutions;
- Verification systems;
- Filtering systems with dynamically changing rules and advanced parameters;
- Data analysis solutions and complicated calculations;
- Machine learning;
- ✨Magic ✨

> In this repo you will find some awesome
> beginner friendly projects

## Tech
I have used a number of open source projects to work properly:

- [Django] - Python web framwork!
- [Bootstrap] - awesome html,css,js fromework

and many other open sources...

## Installation
The first thing to do is to clone the repository:
```sh
$ git clone https://github.com/AyemunHossain/Django
```
REMEMBER EACH FOLDER IS A INDIVIDUAL PROJECT, SO YOU NEED TO INSTALL YOUR ENV FOR EACH PROJECT.

Create a virtual environment to install dependencies in and activate it:

```sh
$ source env/bin/activate
```
Then install the dependencies:
```sh
(env)$ pip install -r requirements.txt
```
Once `pip` has finished downloading the dependencies:
```sh
(env)$ cd project
(env)$ python manage.py runserver
```
And navigate to `http://127.0.0.1:8000/`.