niloc95 / my_django

A modern responsive website, build with Django, Bootstrap, Crispy forms and SQLite

Home Page:https://about.frontend.co.za

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Website Project with Django & Bootstrap πŸ‘‹

Version Maintenance Documentation License: MIT Twitter: CodeCara

A modern responsive website, build with Django, Bootstrap, Crispy forms and SQLite

🏠 Homepage

Setup

To set up a Django project, you will need to follow these steps:

Install Python: Django is written in Python, so you will need to have Python installed on your computer. You can download the latest version of Python from the official Python website.

Install Django: Once you have Python installed, you can use the pip package manager to install Django. Open up your terminal or command prompt and enter the following command:

sudo apt install python3-pip
sudo apt-get install python3-venv

pip install Django
cd myNewSite
cd mydsite

Run Server

python manage.py runserver

This will start the development server at http://localhost:8000/. You can visit this URL in your web browser to see the default Django welcome page.

Author

πŸ‘€ Nilo Cara

🀝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the [contributing guide] .

Show your support

Give a ⭐️ if this project helped you!

πŸ“ License

Copyright Β© 2023 Nilo Cara.
This project is [MIT] licensed.


About

A modern responsive website, build with Django, Bootstrap, Crispy forms and SQLite

https://about.frontend.co.za


Languages

Language:JavaScript 38.7%Language:CSS 32.8%Language:HTML 17.5%Language:Python 10.4%Language:Batchfile 0.3%Language:Makefile 0.2%Language:Dockerfile 0.1%