Skip to content

brianblue05/Django-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

                         # Django-Web-App

I created this project as a Demo for my internship. It is a basic web application developed using Django.
The app is still under development but I will keep on updating it.
It runs entirely on python, even the login and registration forms are built using python.

Installing

Open terminal and Clone this repo

git clone https://github.com/brianblue05/Django-Web-App.git

Navigate into the dir with manage.py (Bree dir)

cd Django-Web-App/Bree

Install the requirements.

pip install -r requirements.txt

Migrate the database using (python or py may work instead of python3):

python3 manage.py makemigrations
python3 manage.py migrate

Create a superuser (optional) to login into http://127.0.0.1:8000/admin

python3 manage.py createsuperuser

To run the program in local server use

python3 manage.py runserver

Then go to http://127.0.0.1:8000 in your browser

Click on Register and add a new user, then log in.

About

A simple Web app created using django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages