Skip to content

This repo is contains many django projects for learning.

Notifications You must be signed in to change notification settings

AyemunHossain/Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Proejct Collections

Ummy things, Ever

Build Status

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:

$ 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:

$ source env/bin/activate

Then install the dependencies:

(env)$ pip install -r requirements.txt

Once pip has finished downloading the dependencies:

(env)$ cd project
(env)$ python manage.py runserver

And navigate to http://127.0.0.1:8000/.