Skip to content

RasheedAlwahbany/DjangoLearningWithBootstrap3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Learning With Bootstrap3

Django learning with bootstrap3

This is a Django project bootstrapped with [django-admin startproject f_project]

Getting Started

First, you can create and django project as

django-admin startproject f_project

then install pipenv as

pipenv install

then create an django app

python manage.py startapp f_app

Socond, run the development server:

python manage.py runserver

Open http://127.0.0.1:8000 with your browser to see the result.

Learn More

To learn more about django, take a look at the following resources:

You can check out the Django GitHub repository - your feedback and contributions are welcome!

About

Django learning with bootstrap3 project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published