Skip to content

pranalikambli/django_crispy_forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_crispy_forms

Advanced Crispy Forms Examples

Installation

Running the Project Locally First, clone the repository to your local machine.

git clone https://github.com/pranalikambli/django_crispy_forms.git

For Python & Django Installation check our blogs.

For Windows : https://techpluslifestyle.com/technology/how-to-install-django-3-on-windows

For Ubuntu : https://techpluslifestyle.com/technology/how-to-install-django-3-on-ubuntu/

Install the requirements.

pip install -r requirements.txt

Apply the migrations.

python manage.py migrate 
python manage.py makemigrations product
python manage.py migrate

Running the Project Locally

python manage.py runserver 

The project will be available at 127.0.0.1:8000.

About

Advanced Crispy Forms Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published