Skip to content

Commit 20e0ebc

Browse files
Update Readme.txt file.
This is the latest README file.
1 parent 27eaa3c commit 20e0ebc

File tree

1 file changed

+27
-23
lines changed

1 file changed

+27
-23
lines changed

README.md

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,70 @@
1-
# Djnago Basic Setup Project
1+
# Django Basic Setup Project
22

3-
![PyPI - License](https://img.shields.io/pypi/l/Django?color=success&label=License%20Info)
4-
![GitHub repo size](https://img.shields.io/github/repo-size/tamaraiselvan/Base-django-project-Setup?label=Source%20code%20Size)
3+
![GitHub repo size](https://img.shields.io/github/license/tamaraiselvan/Base-django-project-Setup)
54

65
## Table of contents
76
* [General info](#general-info)
87
* [Technologies](#technologies)
9-
* [Features](#Features)
8+
* [Features](#features)
109
* [Setup](#setup)
10+
* [License](#license)
1111

1212
## General info
13-
This Repository have the basic setup of a Django Project. Since setting and configuring a basic setup of a project by using Django is difficult. You can clone this repository for your project and you can use it for your projects.
13+
This Repository has the basic setup of a Django Project. Since setting and configuring a basic setup of a project by using Django is difficult. You can clone this repository for your project, and you can use it for your projects. This Repository is developed with a simplified coding style and file structure.
1414

1515

1616
## Technologies
1717
Project is created with:
18-
* Bootstrap 4
18+
* Bootstrap 5.3
1919
* Python 3.10
20-
* Jazzmin 2.5
21-
* Django 4.0
20+
* Django 4.0.4
2221

23-
### Features
24-
1. Authentication, Authorization <br>
25-
2. Overwritten Django admin module <br>
22+
## Features
23+
1. Authentication, Authorization. <br>
24+
2. Overwritten Django admin module. <br>
2625
3. Login and Sign up and Logout.<br>
2726
4. A Dashboard and Advanced Navigation system.<br>
2827
5. A good and Mobile friendly User Interface.<br>
29-
6. Advanced UI and UX.
28+
6. Advanced UI and UX.<br>
29+
7. Theme Customizer.<br>
3030

3131
## Setup
3232

33-
Follow these steps to make project run locally
33+
Follow these steps to make the project run locally:
3434

35-
1. Clone the repository
35+
1. Clone the repository.
3636
```sh
37-
git clone https://github.com/tamaraiselvan/Base-django-project-Setup
37+
git clone https://github.com/tamaraiselvan/Base-django-project-Setup.git
3838
```
39-
2. Create a virtual environment
39+
2. Create a virtual environment.
4040
```sh
4141
python -m venv virtualenviron_name
4242
```
43-
3. Activate the environment
43+
3. Activate the environment.
4444
```sh
4545
virtualenviron_name\Scripts\activate
4646
```
47-
4. Install Requirements from the Requirements.txt file
47+
4. Install Requirements from the Requirements.txt file.
4848
```sh
4949
pip install -r requirements.txt
5050
```
51-
5. Once you installed the requirements migrate the datebase
51+
5. Once you installed the requirements, migrate the database.
5252
```sh
5353
python manage.py migrate
5454
```
55-
6. Once after migrating, Create a superuser account
55+
6. Once after migrating, create a superuser account.
5656
```sh
5757
python manage.py createsuperuser
5858
```
59-
7. Run the server locally on your system
59+
7. Run the server locally on your system.
6060
```sh
6161
python manage.py runserver
6262
```
63-
8. Open your browser and type
63+
8. Open your browser and type.
6464
```sh
6565
http://127.0.0.1:8000/
66-
```
66+
```
67+
68+
## License
69+
Licensed under the MIT License.
70+
Copyright © 2022 TS Tamarai Selvan [Copy of the license](LICENSE).

0 commit comments

Comments
 (0)