Skip to content

bobur22/Kandy-pre-school

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👋 This is my Kandy project that is about pre-school

A passionate full-stack developer from Uzbekistan

Intro

Before start pull my files to your lap top.

git clone git@github.com:bobur22/Kandy-pre-school.git

And then open your terminal and start creating by env file

  python3 -m venv .env

then activate env file.

And after that start with installing requirements.txt

pip install -r requirements.txt

then make a migrations.

./manage.py makemigrations

and after that migrate it.

./manage.py migrate

before runing server create super user in order to open admin panel.

./manage.py createsuperuser

then finally start project.

./manage.py runserver

#Then you can open website on your local host.

and project is ready.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published