Skip to content

HamidRezaSZ/Django-Core

Repository files navigation

Django-Core

Complete multiple language core project built using django rest framework

Installation:

1. Clone the Repo

git clone https://github.com/HamidRezaSaad/Django-Core.git

2. Install Requirements

pip install -r requirements.txt

3. Migrate Database

python manage.py makemigrations
python manage.py migrate

4. Collect static files

python manage.py collectstatic

5. Start Server

python manage.py runserver
  1. Visit http://127.0.0.1:8000/ in a web browser. You will see the webpage.

How to use admin panel to manage contents

1. First create a superuser

python manage.py createsuperuser

2. Run the server again

python manage.py runserver
  1. Now in web browser visit http://127.0.0.1:8000/ . Login with the superuser username and password you created already.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages