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
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...
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/
.