Skip to content

Simple helloapp project for the newbie to understand the workflow of Django.

Notifications You must be signed in to change notification settings

rizahmeds/helloapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Getting started Clone the repository.

Running the app Install all the requirements in your environment.

pip install -r requirements.txt

After that, run the app using Django manage.py.

python manage.py runserver

Access the homepage on http://localhost:8000

About

Simple helloapp project for the newbie to understand the workflow of Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published