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.
- Host: GitHub
- URL: https://github.com/ayemunhossain/django
- Owner: AyemunHossain
- Created: 2020-02-05T14:05:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T12:49:13.000Z (over 3 years ago)
- Last Synced: 2025-04-02T12:13:55.769Z (over 1 year ago)
- Topics: ayemunhossain, django, django-admin, django-blog, django-project, django-rest-framework, django2, django3, python, python3
- Language: Python
- Homepage:
- Size: 21.2 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 55
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Django Proejct Collections
## _Ummy things, Ever_
[](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/`.