Skip to content

rahulcs754/Django-bootstrap-forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Bootstrap forms

In this repo, I will show you how to add bootstrap forms in django project. Online link

Usage

You can clone the project and run the following command to install:

I consider, You have already installed virtualenv and pip.

First of all, create a virtualenv in a working directory

$ virtualenv virtualenv_name

after that you have to activate virtualenv machine by using the below command

#In linux

$ source virtualenv_name/bin/activate

#In Windows

$ source virtualenv_name/Scripts/activate

#installing list of dependencies to file

pip install -r requirements.txt

create database

$ python manage.py migrate

run main file

$ python manage.py runserver

Note : Make sure you cd into the clone folder before performing the command above.

Stack

python3

About

In this repo, I will show you how to add bootstrap forms in django project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published